Trait algebloat::un_funs::MatrixCeilOp[][src]

pub trait MatrixCeilOp where
    Self: Sized
{ fn ceil(self) -> MatrixUnOp<Self, CeilOp>; }

Required methods

Implementors