Struct ndarray_odeint::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