Trait pmcore::prelude::simulator::equation::State

pub trait State {
    // Required method
    fn add_bolus(&mut self, input: usize, amount: f64);
}

Required Methods§

fn add_bolus(&mut self, input: usize, amount: f64)

Implementations on Foreign Types§

§

impl State for Vec<Matrix<f64, Dyn, Const<1>, VecStorage<f64, Dyn, Const<1>>>>

§

fn add_bolus(&mut self, input: usize, amount: f64)

§

impl State for Matrix<f64, Dyn, Const<1>, VecStorage<f64, Dyn, Const<1>>>

§

fn add_bolus(&mut self, input: usize, amount: f64)

§

impl State for Matrix<f64, Dyn, Dyn, VecStorage<f64, Dyn, Dyn>>

§

fn add_bolus(&mut self, input: usize, amount: f64)

Implementors§