Trait algebloat::un_funs::MatrixTanOp[][src]

pub trait MatrixTanOp where
    Self: Sized
{ fn tan(self) -> MatrixUnOp<Self, TanOp>; }

Required methods

Implementors