pub trait ArgminZero {
    fn zero(&self) -> Self;
}
Expand description

Return param vector of all zeros (for now, this is a hack. It should be done better)

Required Methods

Return param vector of all zeros

Implementations on Foreign Types

Implementors