GeNN  2.2.3
GPU enhanced Neuronal Networks (GeNN)
gen_syns_sparse.cc File Reference

This file generates the arrays needed for sparse connectivity. The connectivity is saved to a file for each variable and can then be read to fill the struct of connectivity. More...

#include <iostream>
#include <fstream>
#include <string.h>
#include "randomGen.h"
#include "gauss.h"
#include <vector>

Functions

int main (int argc, char *argv[])
 

Variables

randomGen R
 
randomGauss RG
 

Detailed Description

This file generates the arrays needed for sparse connectivity. The connectivity is saved to a file for each variable and can then be read to fill the struct of connectivity.

Function Documentation

int main ( int  argc,
char *  argv[] 
)

Variable Documentation