Struct ndarray_odeint::roessler::Roessler [] [src]

pub struct Roessler {
    pub a: f64,
    pub b: f64,
    pub c: f64,
}

Fields

Methods

impl Roessler
[src]

Trait Implementations

impl Clone for Roessler
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Roessler
[src]

impl Debug for Roessler
[src]

Formats the value using the given formatter.

impl Default for Roessler
[src]

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

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

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