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

pub trait Absolute {
    type Output: RealField;
    fn squared(&self) -> Self::Output;

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

Define abs() more generally

Associated Types

Required Methods

Provided Methods

Implementors