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