BoB robotics
The Brains on Board robotics library
BoBRobotics::GeNNUtils Namespace Reference

Tools for working with GeNN models. More...

Classes

class  SpikeRenderer
 
class  VarSlider
 

Functions

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)
 

Detailed Description

Tools for working with GeNN models.