Struct ndarray_odeint::model::lorenz63::Lorenz63 []

pub struct Lorenz63 {
    pub p: f64,
    pub r: f64,
    pub b: f64,
}

Fields

Methods

impl Lorenz63

Trait Implementations

impl Clone for Lorenz63

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lorenz63

impl Debug for Lorenz63

Formats the value using the given formatter.

impl Default for Lorenz63

Returns the "default value" for a type. Read more

impl ModelSize<Ix1> for Lorenz63

impl<S> Explicit<S, Ix1> for Lorenz63 where
    S: DataMut<Elem = f64>, 

calculate right hand side (rhs) of Explicit from current state

impl<S> SemiImplicit<S, Ix1> for Lorenz63 where
    S: DataMut<Elem = f64>, 

non-linear part of stiff equation

impl StiffDiagonal<f64, Ix1> for Lorenz63