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