Trait algebloat::un_funs::MatrixExpOp[][src]

pub trait MatrixExpOp where
    Self: Sized
{ fn exp(self) -> MatrixUnOp<Self, ExpOp>; }

Required methods

Implementors