#include "archiving_node.h"#include "connection.h"#include "event.h"#include "nest_types.h"#include "recordables_map.h"#include "ring_buffer.h"#include "universal_data_logger.h"Go to the source code of this file.
Classes | |
| class | nest::iaf_psc_exp |
| struct | nest::iaf_psc_exp::Parameters_ |
| Independent parameters of the model. More... | |
| struct | nest::iaf_psc_exp::State_ |
| State variables of the model. More... | |
| struct | nest::iaf_psc_exp::Buffers_ |
| Buffers of the model. More... | |
| struct | nest::iaf_psc_exp::Variables_ |
| Internal variables of the model. More... | |
Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Functions | |
| void | nest::register_iaf_psc_exp (const std::string &name) |
| The present implementation uses individual variables for the components of the state vector and the non-zero matrix elements of the propagator. | |