Spike!  v1.0
A high speed Spiking Neural Network Simulator designed for GPGPUs.
Public Attributes
neuron_parameters_struct Struct Reference

#include <Neurons.h>

Inheritance diagram for neuron_parameters_struct:
spiking_neuron_parameters_struct AdEx_spiking_neuron_parameters_struct input_spiking_neuron_parameters_struct izhikevich_spiking_neuron_parameters_struct lif_spiking_neuron_parameters_struct generator_input_spiking_neuron_parameters_struct poisson_input_spiking_neuron_parameters_struct image_poisson_input_spiking_neuron_parameters_struct

List of all members.

Public Attributes

int group_shape [2]

Detailed Description

This struct accompanies the neuron class and is used to provide the number of neurons (in a 2D grid) that are to be added to the total population. This is also used as the foundation for the more sophisticated neuron parameter structs for SpikingNeurons etc.


Member Data Documentation

An int array with 2 values describing the 2D shape of a neuron group


The documentation for this struct was generated from the following file:
 All Classes Files Functions Variables Enumerations