Struct ndarray_odeint::semi_implicit::DiagRK4 [] [src]

pub struct DiagRK4<A, F, D> where A: OdeScalar<f64> + Exponential,
        F: StiffDiag<A, D>,
        D: Dimension
{ /* fields omitted */ }

Methods

impl<A, F, D> DiagRK4<A, F, D> where A: OdeScalar<f64> + Exponential,
        F: StiffDiag<A, D>,
        D: Dimension
[src]

Trait Implementations

impl<A, F, D> TimeEvolution<A, D> for DiagRK4<A, F, D> where A: OdeScalar<f64> + Exponential,
        F: StiffDiag<A, D>,
        D: Dimension
[src]

calculate next step