Struct ndarray_odeint::explicit::Heun [] [src]

pub struct Heun<F, Time: RealScalar> { /* fields omitted */ }

Methods

impl<F, Time: RealScalar> Heun<F, Time>
[src]

Constructs a new Heun.

Trait Implementations

impl<F, D, Time> ModelSize<D> for Heun<F, Time> where
    F: ModelSize<D>,
    D: Dimension,
    Time: RealScalar
[src]

impl<F, Time: RealScalar> TimeStep for Heun<F, Time>
[src]

impl<A, S, D, F> TimeEvolutionBase<S, D> for Heun<F, F::Time> where
    A: Scalar,
    S: DataMut<Elem = A>,
    D: Dimension,
    F: Explicit<S, D, Time = A::Real, Scalar = A>, 
[src]

calculate next step