diffsol 0.12.2

A library for solving ordinary differential equations (ODEs) in Rust.
Documentation
1
2
3
4
5
6
7
8
#[derive(Copy, Clone, Debug, PartialEq)]
pub struct NalgebraContext;

impl Default for NalgebraContext {
    fn default() -> Self {
        Self
    }
}