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