Tools for working with GeNN models.
More...
|
double | betacf (double a, double b, double x) |
|
double | betai (double a, double b, double x) |
|
unsigned int | binomialInverseCDF (double cdf, unsigned int n, double p) |
|
template<typename IndexType > |
void | sortRows (unsigned int numPre, unsigned int *rowLength, IndexType *ind, unsigned int maxRowLength) |
|
template<typename T > |
void | printDenseMatrix (unsigned int numPre, unsigned int numPost, T *weights) |
|
template<typename IndexType > |
void | printRaggedMatrix (unsigned int numPre, const unsigned int *rowLength, const IndexType *ind, unsigned int maxRowLength) |
|
template<typename Generator , typename IndexType > |
void | buildFixedNumberPreConnector (unsigned int numPre, unsigned int numPost, unsigned int numConnections, unsigned int *rowLength, IndexType *ind, unsigned int maxRowLength, Generator &gen) |
|
unsigned int | calcFixedNumberPreConnectorMaxConnections (unsigned int numPre, unsigned int numPost, unsigned int numConnections) |
|
Tools for working with GeNN models.