|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <vector>#include <utility>#include <sstream>#include <iomanip>#include "tools/math.h"#include "element.h"Go to the source code of this file.
Classes | |
| class | dnf_composer::element::TimedGaussStimulus2D |
| 2D Gaussian stimulus that is active only during specified time intervals. More... | |
| struct | dnf_composer::element::TimedGaussStimulus2DParameters |
Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::element |