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

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

Jacobian operator using numerical-differentiation

Trait Implementations

impl<'a, S, TEO> Dot<ArrayBase<S, Ix1>> for Jacobian<'a, TEO> where
    &'a TEO: TimeEvolution<f64, OwnedRcRepr<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
    &'a TEO: TimeEvolution<f64, OwnedRcRepr<f64>, Ix1>,
    S: Data<Elem = f64>, 
[src]

The result of the operation. Read more