Trait numeric_algs::State [−][src]
pub trait State: Clone { type Derivative: StateDerivative; fn shift_in_place(&mut self, dir: &Self::Derivative, amount: f64); fn shift(&self, dir: &Self::Derivative, amount: f64) -> Self { ... } }
pub trait State: Clone { type Derivative: StateDerivative; fn shift_in_place(&mut self, dir: &Self::Derivative, amount: f64); fn shift(&self, dir: &Self::Derivative, amount: f64) -> Self { ... } }
fn shift_in_place(&mut self, dir: &Self::Derivative, amount: f64)[src]fn shift(&self, dir: &Self::Derivative, amount: f64) -> Self[src]