Struct ndarray_odeint::lyapunov::Jacobian [] [src]

pub struct Jacobian<'a, TEO> where TEO: 'a + TimeEvolution<f64, Ix1> { /* fields omitted */ }

Jacobian operator using numerical-differentiation

Trait Implementations

impl<'a, S, TEO> Dot<ArrayBase<S, Ix1>> for Jacobian<'a, TEO> where TEO: 'a + TimeEvolution<f64, Ix1>,
        S: Data<Elem=f64>
[src]

The result of the operation. Read more

impl<'a, S, TEO> Dot<ArrayBase<S, Ix2>> for Jacobian<'a, TEO> where TEO: 'a + TimeEvolution<f64, Ix1>,
        S: Data<Elem=f64>
[src]

The result of the operation. Read more