Trait argmin_math::ArgminZero
source · pub trait ArgminZero {
fn zero() -> Self;
}Expand description
Return param vector of all zeros (for now, this is a hack. It should be done better)
pub trait ArgminZero {
fn zero() -> Self;
}Return param vector of all zeros (for now, this is a hack. It should be done better)