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)

Required Methods

Return zero(s)

Implementations on Foreign Types

Implementors