Struct ndarray_odeint::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 StiffDiag<f64, Ix1> for Lorenz63
[src]

Non-Linear part of EOM

Linear part of EOM (assume to be diagonalized)