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]
&'a TEO: TimeEvolution<f64, OwnedRcRepr<f64>, Ix1>,
S: Data<Elem = f64>,
type Output = RcArray1<f64>
The result of the operation. Read more
fn dot(&self, dx: &ArrayBase<S, Ix1>) -> Self::Output
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]
&'a TEO: TimeEvolution<f64, OwnedRcRepr<f64>, Ix1>,
S: Data<Elem = f64>,