![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
#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) |
| #define sparse_utils_cc |
| 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 | ||
| ) |