![]() |
GeNN
1.1
GPU enhanced Neuronal Networks (GeNN)
|
This file is part of a tool chain for running the classol/MBody1 example model. More...
#include <iostream>#include <fstream>#include <stdlib.h>#include "randomGen.h"#include "gauss.h"#include "simpleBit.h"#include "randomGen.cc"Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| randomGen | R |
| randomGauss | RG |
This file is part of a tool chain for running the classol/MBody1 example model.
This file compiles to a tool to generate appropriate connectivity patterns between PNs and KCs in the model. In contrast to the gen_pnkc_syns.cc tool, here the output is in a format that is suited for the "INDIVIDUALID" method for specifying connectivity. The connectivity is saved to file and can then be read by the classol method for reading this connectivity.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
| randomGauss RG |