Trait ndarray_linalg::vector::Absolute [] [src]

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

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

Field with norm

Associated Types

Required Methods

Provided Methods

Implementors