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

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

Fields

Methods

impl Lorenz63
[src]

Trait Implementations

impl Clone for Lorenz63
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Lorenz63
[src]

impl Debug for Lorenz63
[src]

Formats the value using the given formatter.

impl Default for Lorenz63
[src]

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

impl<'a> EOM<f64, OwnedRcRepr<f64>, Ix1> for &'a Lorenz63
[src]

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

impl<'a, 'b> EOM<f64, ViewRepr<&'b mut f64>, Ix1> for &'a Lorenz63
[src]

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