diffsol 0.12.2

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