Function eom::lyapunov::exponents

source ·
pub fn exponents<A, TEO>(
    teo: TEO,
    x: Array1<A>,
    alpha: A::Real,
    duration: usize
) -> Array1<A::Real>where
    A: Scalar + Lapack,
    TEO: TimeEvolution<Scalar = A, Dim = Ix1> + TimeStep<Time = A::Real>,
Expand description

Calculate all Lyapunov exponents

This is an example usage of Series itertor, with which you can write more flexible procedure.