Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
#include <cstdint>
#include <cypress/config.h>
Go to the source code of this file.
Namespaces | |
cypress | |
Macros | |
#define | CYPRESS_CORE_TYPES_HPP |
Typedefs | |
using | cypress::sx_double_t = long double |
using | cypress::sx_int_t = unsigned long long int |
using | cypress::Real = double |
using | cypress::NeuronIndex = int32_t |
using | cypress::PopulationIndex = int32_t |
#define CYPRESS_CORE_TYPES_HPP |