#include <algorithm>
#include <cassert>
#include <iostream>
#include <map>
#include <set>
#include <vector>
#include "mpi_manager.h"
#include "nest_types.h"
#include "per_thread_bool_indicator.h"
#include "source.h"
#include "source_table_position.h"
#include "spike_data.h"
#include "block_vector.h"
#include "vector_util.h"
Go to the source code of this file.
|
| class | nest::CSDMapEntry |
| | Entry of compressed_spike_data_map_. More...
|
| |
| class | nest::SourceTable |
| | This data structure stores the node IDs of presynaptic neurons during postsynaptic connection creation, before the connection information has been transferred to the presynaptic side. More...
|
| |
|
| namespace | nest |
| | Namespace for the NEST simulation kernel.
|
| |