#include "correlation_detector.h"#include <cmath>#include <functional>#include "compose.hpp"#include "dict_util.h"#include "logging.h"#include "model_manager_impl.h"#include "nest_impl.h"Namespaces | |
| namespace | nest |
| Namespace for the NEST simulation kernel. | |
Functions | |
| void | nest::register_correlation_detector (const std::string &name) |
| Correlation detector breaks with the persistence scheme as follows: the internal buffers for storing spikes are part of State_, but are initialized by init_buffers_(). | |