diffsol 0.17.0

A library for solving ordinary differential equations (ODEs) in Rust.
1
pub type Graph = petgraph::graph::Graph<(), (), petgraph::Directed>;