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