pub trait ArgminConj {
    fn conj(&self) -> Self;
}
Expand description

Return the conjugate

Required Methods

Return conjugate

Implementations on Foreign Types

Implementors