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