Function iterative_methods::new_datum[][src]

pub fn new_datum<U>(value: U, weight: f64) -> WeightedDatum<U> where
    U: Clone
Expand description

Constructor for WeightedDatum.