pub trait OdeSolver<Y, U>where Self: Debug, Y: Tensor, U: TensorVec<Item = Y>,{ }
Base trait for ordinary differential equation solvers.