#include "ModelNeuron/NeuralSimUtils.H"
#include "ModelNeuron/SimUnit.H"
Go to the source code of this file.
Classes | |
class | NeuralColumn< T > |
A container for a column of SimUnits. The user can specify. More... | |
struct | NeuralColumn< T >::Weights |
Typedefs | |
typedef SimUnit::RateType | RateType |
Class declaration for a neural column, which is a collection of neural simulation units that can interact in an arbitrary connection pattern.
Definition in file NeuralColumn.H.