Trait algebloat::un_funs::MatrixInvOp [−][src]
pub trait MatrixInvOp where
Self: Sized, { fn inv(self) -> MatrixUnOp<Self, InvOp>; }
Required methods
fn inv(self) -> MatrixUnOp<Self, InvOp>
[src]pub trait MatrixInvOp where
Self: Sized, { fn inv(self) -> MatrixUnOp<Self, InvOp>; }
fn inv(self) -> MatrixUnOp<Self, InvOp>
[src]