Trait ndarray_linalg::vector::Vector [] [src]

pub trait Vector {
    type Scalar;
    fn norm(&self) -> Self::Scalar;
}

Associated Types

type Scalar

Required Methods

fn norm(&self) -> Self::Scalar

Implementors