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