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

pub trait MatrixFloorOp where
    Self: Sized, 
{ fn floor(self) -> MatrixUnOp<Self, FloorOp>; }

Required methods

Implementors