Struct ndarray_odeint::model::lorenz63::Lorenz63
[−]
[src]
pub struct Lorenz63 {
pub p: f64,
pub r: f64,
pub b: f64,
}Fields
p: f64
r: f64
b: f64
Methods
impl Lorenz63[src]
Trait Implementations
impl Clone for Lorenz63[src]
fn clone(&self) -> Lorenz63
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Copy for Lorenz63[src]
impl Debug for Lorenz63[src]
impl Default for Lorenz63[src]
impl<'a> EOM<f64, OwnedRcRepr<f64>, Ix1> for &'a Lorenz63[src]
fn rhs(self, v: RcArray1<f64>) -> RcArray1<f64>
calculate right hand side (rhs) of EOM from current state
impl<'a, 'b> EOM<f64, ViewRepr<&'b mut f64>, Ix1> for &'a Lorenz63[src]
fn rhs(self, v: ArrayViewMut1<f64>) -> ArrayViewMut1<f64>
calculate right hand side (rhs) of EOM from current state