|
Dynamic Neural Field Composer 0.0.0
A C++20 library and interactive application for building and simulating Dynamic Neural Field (DNF) architectures.
|
#include "tools/math.h"Namespaces | |
| namespace | dnf_composer |
| namespace | dnf_composer::tools |
| namespace | dnf_composer::tools::math |
Functions | |
| std::array< int, 2 > | dnf_composer::tools::math::computeKernelRange (double sigma, int cutOfFactor, int fieldSize, bool circular) |
| std::vector< int > | dnf_composer::tools::math::createExtendedIndex (int fieldSize, const std::array< int, 2 > &kernelRange) |
| std::vector< double > | dnf_composer::tools::math::generateNormalVector (int size) |