Struct ndarray_odeint::goy_shell::GoyShell
[−]
[src]
pub struct GoyShell { /* fields omitted */ }Methods
impl GoyShell[src]
fn new(size: usize, nu: f64, e: f64, k0: f64, f: f64, f_idx: usize) -> Self
Constructs a new GoyShell.
Trait Implementations
impl Clone for GoyShell[src]
fn clone(&self) -> GoyShell
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