Trait algebloat::un_funs::MatrixLnOp[][src]

pub trait MatrixLnOp where
    Self: Sized
{ fn ln(self) -> MatrixUnOp<Self, LnOp>; }

Required methods

Implementors