Trait algebloat::un_funs::MatrixLog10Op[][src]

pub trait MatrixLog10Op where
    Self: Sized
{ fn log10(self) -> MatrixUnOp<Self, Log10Op>; }

Required methods

Implementors