Trait ndarray_linalg::vector::NormedField [] [src]

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

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

Field with norm

Associated Types

Required Methods

Provided Methods

Implementors