Cypress
1.0
C++ Spiking Neural Network Simulation Framework
|
This is the complete list of members for cypress::PyNN, including all inherited members.
create_homogeneous_pop(const PopulationBase &pop, py::module &pynn, bool &init_available) | cypress::PyNN | static |
create_source_population(const PopulationBase &pop, py::module &pynn) | cypress::PyNN | static |
do_run(NetworkBase &network, Real duration) const override | cypress::PyNN | protectedvirtual |
fetch_data_neo(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations) | cypress::PyNN | static |
fetch_data_nest(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations) | cypress::PyNN | static |
fetch_data_spinnaker(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations) | cypress::PyNN | static |
get_connector(const std::string &connector_name, const py::module &pynn, const Real &additional_parameter, const bool allow_self_connections) | cypress::PyNN | static |
get_connector7(const ConnectionDescriptor &conn, const py::module &pynn) | cypress::PyNN | static |
get_import(const std::vector< std::string > &imports, const std::string &simulator) | cypress::PyNN | static |
get_neo_version() | cypress::PyNN | static |
get_neuron_class(const NeuronType &neuron_type) | cypress::PyNN | static |
get_pop_view(const py::module &pynn, const py::object &py_pop, const PopulationBase &c_pop, const size_t &start, const size_t &end) | cypress::PyNN | static |
get_pynn_version() | cypress::PyNN | static |
group_connect(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations, const ConnectionDescriptor &conn, const py::module &pynn, const bool nest_flag, const Real timestep=0.0) | cypress::PyNN | static |
group_connect(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations, const ConnectionDescriptor &conn, const py::module &pynn, const Real nest_flag)=delete | cypress::PyNN | static |
group_connect7(const std::vector< PopulationBase > &populations, const std::vector< py::object > &pypopulations, const ConnectionDescriptor &conn, const py::module &pynn) | cypress::PyNN | static |
imports() const | cypress::PyNN | inline |
init_logger() | cypress::PyNN | static |
json_to_dict(Json json) | cypress::PyNN | static |
list_connect(const std::vector< py::object > &pypopulations, const ConnectionDescriptor conn, const py::module &pynn, const bool current_based, const Real timestep=0.0) | cypress::PyNN | static |
list_connect(const std::vector< py::object > &pypopulations, const ConnectionDescriptor conn, const py::module &pynn, const Real current_based)=delete | cypress::PyNN | static |
list_connect7(const std::vector< py::object > &pypopulations, const ConnectionDescriptor conn, const py::module &pynn) | cypress::PyNN | static |
m_imports | cypress::PyNN | protected |
m_keep_log | cypress::PyNN | protected |
m_normalised_simulator | cypress::PyNN | protected |
m_setup | cypress::PyNN | protected |
m_simulator | cypress::PyNN | protected |
matrix_from_numpy(const py::object &object, bool transposed=false) | cypress::PyNN | static |
name() const override | cypress::PyNN | inlinevirtual |
nmpi_platform() const | cypress::PyNN | |
normalised_simulator() const | cypress::PyNN | inline |
PyNN(const std::string &simulator, const Json &setup=Json()) | cypress::PyNN | |
run(NetworkBase &network, Real duration=0.0) const | cypress::Backend | |
set_homogeneous_rec(const PopulationBase &pop, py::object &pypop) | cypress::PyNN | static |
set_inhomogeneous_parameters(const PopulationBase &pop, py::object &pypop, bool init_available=false) | cypress::PyNN | static |
set_inhomogenous_rec(const PopulationBase &pop, py::object &pypop, py::module &pynn) | cypress::PyNN | static |
setup() const | cypress::PyNN | inline |
simulator() const | cypress::PyNN | inline |
simulators() | cypress::PyNN | static |
spikey_create_homogeneous_pop(const PopulationBase &pop, py::module &pynn) | cypress::PyNN | static |
spikey_create_source_population(const PopulationBase &pop, py::module &pynn) | cypress::PyNN | static |
spikey_get_spikes(PopulationBase pop, py::object &pypop) | cypress::PyNN | static |
spikey_get_voltage(NeuronBase neuron, py::module &pynn) | cypress::PyNN | static |
spikey_run(NetworkBase &source, Real duration, py::module &pynn, py::dict dict) | cypress::PyNN | static |
spikey_set_homogeneous_rec(const PopulationBase &pop, py::object &pypop, py::module &pynn) | cypress::PyNN | static |
spikey_set_inhomogeneous_parameters(const PopulationBase &pop, py::object &pypop) | cypress::PyNN | static |
spikey_set_inhomogeneous_rec(const PopulationBase &pop, py::object &pypop, py::module pynn) | cypress::PyNN | static |
supported_neuron_types() const override | cypress::PyNN | virtual |
timestep() | cypress::PyNN | |
~Backend() | cypress::Backend | virtual |
~PyNN() override | cypress::PyNN |