Trait ndarray_linalg::types::Absolute [] [src]

pub trait Absolute: AssociatedReal {
    fn squared(&self) -> Self::Real;

    fn abs(&self) -> Self::Real { ... }
}

Define abs() more generally

Required Methods

Provided Methods

Implementors