diffurch 0.0.3

Numerical solver for ordinary and delay differential equations
Documentation
1
2
3
4
5
6
7
//! Custom collections that are used in a crate

pub mod hlists;

/// Module for [VecDeque] wrapper [StableIndexVecDeque] that maintains indexes when popping from or
/// pushing to its front.
pub mod stable_index_deque;