Trait algebloat::un_funs::MatrixInvOp[−][src]

pub trait MatrixInvOp where
    Self: Sized, 
{ fn inv(self) -> MatrixUnOp<Self, InvOp>; }

Required methods

Implementors