|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include <cmath>#include <sstream>#include <iomanip>#include <array>#include "tools/math.h"#include "kernel.h"Go to the source code of this file.
Classes | |
| class | dnf_composer::element::OscillatoryKernel2D |
| 2D oscillatory lateral-interaction kernel using separable convolution. More... | |
| struct | dnf_composer::element::OscillatoryKernel2DParameters |
| Parameters for OscillatoryKernel2D. More... | |
Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::element |