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