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

pub struct GoyShell { /* fields omitted */ }

Methods

impl GoyShell

Constructs a new GoyShell.

Trait Implementations

impl Clone for GoyShell

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for GoyShell

impl Debug for GoyShell

Formats the value using the given formatter.

impl Default for GoyShell

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

impl ModelSize<Ix1> for GoyShell

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

non-linear part of stiff equation

impl StiffDiagonal<c64, Ix1> for GoyShell