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

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

Fields

Methods

impl Lorenz96
[src]

Constructs a new Lorenz96.

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 ModelSize<Ix1> for Lorenz96
[src]

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

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