Trait algebloat::un_funs::MatrixCoshOp[][src]

pub trait MatrixCoshOp where
    Self: Sized
{ fn cosh(self) -> MatrixUnOp<Self, CoshOp>; }

Required methods

Implementors