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