Auryn simulator  v0.8.1-206-gb56e451
Plastic Spiking Neural Network Simulator
Classes | Namespaces | Macros | Typedefs
SparseConnection.h File Reference
#include "auryn_definitions.h"
#include "AurynVector.h"
#include "Connection.h"
#include "System.h"
#include "ComplexMatrix.h"
#include <sstream>
#include <fstream>
#include <stdio.h>
#include <algorithm>
#include <boost/random/mersenne_twister.hpp>
#include <boost/random/uniform_int.hpp>
#include <boost/random/uniform_real.hpp>
#include <boost/random/variate_generator.hpp>
#include <boost/random/exponential_distribution.hpp>
#include <boost/random/normal_distribution.hpp>
#include <boost/random/lognormal_distribution.hpp>
Include dependency graph for SparseConnection.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  auryn::SparseConnection
 The base class to create sparse random connections. More...
 

Namespaces

 auryn
 

Macros

#define WARN_FILL_LEVEL   0.8
 

Typedefs

typedef ComplexMatrix< AurynWeight > auryn::ForwardMatrix
 

Macro Definition Documentation

◆ WARN_FILL_LEVEL

#define WARN_FILL_LEVEL   0.8