Struct ndarray_odeint::model::lorenz96::Lorenz96 []

pub struct Lorenz96 {
    pub f: f64,
    pub n: usize,
}

Fields

Methods

impl Lorenz96

Constructs a new Lorenz96.

Trait Implementations

impl Clone for Lorenz96

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lorenz96

impl Debug for Lorenz96

Formats the value using the given formatter.

impl Default for Lorenz96

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

impl ModelSize<Ix1> for Lorenz96

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

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