GeNN  1.1
GPU enhanced Neuronal Networks (GeNN)
 All Classes Files Functions Variables Typedefs Macros Pages
sparseUtils.cc File Reference
#include <stdio.h>
#include <math.h>

Macros

#define sparse_utils_cc
 

Functions

int countEntriesAbove (float *floatArray, int sz, float includeAbove)
 
float getG (Conductance *sparseStruct, int x, int y)
 
void createSparseConnectivityFromDense (int preN, int postN, float *tmp_gRNPN, Conductance *sparseStruct, bool runTest)
 

Macro Definition Documentation

#define sparse_utils_cc

Function Documentation

int countEntriesAbove ( float *  floatArray,
int  sz,
float  includeAbove 
)
void createSparseConnectivityFromDense ( int  preN,
int  postN,
float *  tmp_gRNPN,
Conductance *  sparseStruct,
bool  runTest 
)
float getG ( Conductance *  sparseStruct,
int  x,
int  y 
)