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

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

Implementors§