Trait algebloat::un_funs::MatrixRoundOp[][src]

pub trait MatrixRoundOp where
    Self: Sized
{ fn round(self) -> MatrixUnOp<Self, RoundOp>; }

Required methods

Implementors