Trait algebloat::un_funs::MatrixSinhOp[−][src]

pub trait MatrixSinhOp where
    Self: Sized, 
{ fn sinh(self) -> MatrixUnOp<Self, SinhOp>; }

Required methods

Implementors