Expand description
Fused E-I balanced LIF network simulation in f64 arithmetic.
Runs a complete excitatory-inhibitory network with CSR weight matrix, Poisson external drive, and spike-scatter coupling in a single Rust call — no per-step Python overhead.
Structs§
- EIResult
- Result of an E-I network simulation.
Functions§
- simulate_
ei - Run a complete E-I balanced LIF network simulation.