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

pub trait MatrixTanhOp where
    Self: Sized, 
{ fn tanh(self) -> MatrixUnOp<Self, TanhOp>; }

Required methods

Implementors