Trait argmin_math::ArgminZero
source · pub trait ArgminZero {
// Required method
fn zero() -> Self;
}
Expand description
Return param vector of all zeros (for now, this is a hack. It should be done better)
Required Methods§
Object Safety§
This trait is not object safe.