pub trait Conj: Matrixwhere
    Self::Output: Matrix,
{ type Output; fn conj(&self) -> Self::Output; }

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§