conspire::math::integrate

Trait OdeSolver

Source
pub trait OdeSolver<Y, U>
where Self: Debug, Y: Tensor, U: TensorVec<Item = Y>,
{ }
Expand description

Base trait for ordinary differential equation solvers.

Implementors§

Source§

impl<A, Y, U> OdeSolver<Y, U> for A
where A: Debug, Y: Tensor, U: TensorVec<Item = Y>,