Trait lightmatrix::matrix::NumericAbs[][src]

pub trait NumericAbs<F> {
    fn inner_abs(&self) -> F;
}

Required methods

Implementations on Foreign Types

Implementors