Struct ndarray_odeint::model::roessler::Roessler []

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

Fields

Methods

impl Roessler

Trait Implementations

impl Clone for Roessler

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for Roessler

impl Debug for Roessler

Formats the value using the given formatter.

impl Default for Roessler

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

impl ModelSize<Ix1> for Roessler

impl<S> Explicit<S, Ix1> for Roessler where
    S: DataMut<Elem = f64>, 

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