pub trait OdeIntegrator<Y, U>where Self: Debug, Y: Tensor, U: TensorVec<Item = Y>,{ }
Integrators for ordinary differential equations.