[][src]Trait descent::expr::Retrieve

pub trait Retrieve {
    fn var(&self, v: Var) -> f64;
fn par(&self, p: Par) -> f64; }

Retrieve current values of variables and parameters.

Expect a panic if requested id not available for whatever reason.

Required methods

fn var(&self, v: Var) -> f64[src]

fn par(&self, p: Par) -> f64[src]

Loading content...

Implementors

impl Retrieve for Store[src]

Loading content...