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