#include "neuron/container/node.hpp"
#include "neuron/container/soa_container.hpp"
#include "section.h"
#include <catch2/generators/catch_generators.hpp>
#include <catch2/catch_test_macros.hpp>
#include <iostream>
#include <numeric>
#include <optional>
#include <random>
#include <sstream>
#include <vector>
#include <unordered_map>
Go to the source code of this file.
◆ Transform
Enumerator |
---|
None | |
ViaRawPointer | |
ViaGenericDataHandle | |
Definition at line 30 of file node.cpp.
◆ TEST_CASE() [1/4]
TEST_CASE |
( |
"data_handle<double>" |
, |
|
|
"" |
[Neuron][data_structures][data_handle] |
|
) |
| |
◆ TEST_CASE() [2/4]
TEST_CASE |
( |
"Deleting a row from a frozen SoA container causes a fatal error" |
, |
|
|
"" |
[.][tests_that_abort] |
|
) |
| |
◆ TEST_CASE() [3/4]
TEST_CASE |
( |
"Fast membrane current storage" |
, |
|
|
"" |
[Neuron][data_structures][node][fast_imem] |
|
) |
| |
◆ TEST_CASE() [4/4]
TEST_CASE |
( |
"SOA-backed Node structure" |
, |
|
|
"" |
[Neuron][data_structures][node] |
|
) |
| |
◆ to_str()
template<typename T >
static std::string to_str |
( |
T const & |
x | ) |
|
|
static |
◆ transform()
◆ magic_voltage_value
constexpr static double magic_voltage_value = 42. |
|
staticconstexpr |