sc_neurocore_engine 3.15.30

High-performance SIMD backend for SC-NeuroCore stochastic neuromorphic computing
Documentation
// SPDX-License-Identifier: AGPL-3.0-or-later
// Commercial license available
// © Concepts 1996–2026 Miroslav Šotek. All rights reserved.
// © Code 2020–2026 Miroslav Šotek. All rights reserved.
// ORCID: 0009-0009-3560-0851
// Contact: www.anulum.li | protoscience@anulum.li
// SC-NeuroCore — Neurons Module

pub mod ai_optimized;
pub mod biophysical;
pub mod cerebellar;
pub mod channels;
pub mod hardware;
pub mod interneurons;
pub mod maps;
pub mod misc;
pub mod motor;
pub mod multi_compartment;
pub mod population;
pub mod rate;
pub mod sensory;
pub mod simple_spiking;
pub mod special;
pub mod trivial;

pub use ai_optimized::*;
pub use biophysical::*;
pub use cerebellar::*;
pub use channels::*;
pub use hardware::*;
pub use interneurons::*;
pub use maps::*;
pub use misc::*;
pub use motor::*;
pub use multi_compartment::*;
pub use population::*;
pub use rate::*;
pub use sensory::*;
pub use simple_spiking::*;
pub use special::*;
pub use trivial::*;