Struct ndarray_odeint::lorenz96::Lorenz96 [] [src]

pub struct Lorenz96 {
    pub f: f64,
}

Fields

Methods

impl Lorenz96
[src]

Trait Implementations

impl Clone for Lorenz96
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lorenz96
[src]

impl Debug for Lorenz96
[src]

Formats the value using the given formatter.

impl Default for Lorenz96
[src]

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

impl EOM<f64, Ix1> for Lorenz96
[src]

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