Struct ndarray_odeint::model::goy_shell::GoyShell [] [src]

pub struct GoyShell { /* fields omitted */ }

Methods

impl GoyShell
[src]

Constructs a new GoyShell.

Trait Implementations

impl Clone for GoyShell
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GoyShell
[src]

impl Debug for GoyShell
[src]

Formats the value using the given formatter.

impl Default for GoyShell
[src]

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

impl ModelSize<Ix1> for GoyShell
[src]

impl<S> SemiImplicit<S, Ix1> for GoyShell where
    S: DataMut<Elem = c64>, 
[src]

non-linear part of stiff equation

impl StiffDiagonal<c64, Ix1> for GoyShell
[src]