NEST main@caf0ae8
 
Loading...
Searching...
No Matches
growth_curve.h File Reference
#include "exceptions.h"
#include "nest_types.h"
#include "dictionary.h"
Include dependency graph for growth_curve.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  nest::GrowthCurve
 Defines the way the number of synaptic elements changes through time according to the calcium concentration of the neuron. More...
 
class  nest::GrowthCurveLinear
 Linear version of a growth curve. More...
 
class  nest::GrowthCurveGaussian
 Gaussian version of a growth curve. More...
 
class  nest::GrowthCurveSigmoid
 Sigmoid version of a growth curve. More...
 

Namespaces

namespace  nest
 Namespace for the NEST simulation kernel.
 

Detailed Description

Todo:
All BeginDocumentation blocks in this file need to be converted to BeginUserDocs blocks. That, however, either requires that the doc is modified to support multiple such blocks in a single file, or (and IMO better) to split this file into multiple files with one growth rule per file.