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

pub trait MatrixSinOp where
    Self: Sized, 
{ fn sin(self) -> MatrixUnOp<Self, SinOp>; }

Required methods

Implementors