//! Daily-equity NAV loop: turns a position-weight matrix + price panel into an
//! equity curve and a trade list. See `docs/backtest-engine.md` for the model.
// Numeric kernels index matrices directly; index loops read clearer than
// iterator chains here. (Also allowed crate-wide in lib.rs.)
pub use ;
pub use ;
pub use ;
pub use ;