[][src]Trait matrixlab::vector::FloatVectorTrait

pub trait FloatVectorTrait<A> {
    fn norm(&self) -> A;
fn normalize(&self) -> Vector<f64>; }

Required methods

fn norm(&self) -> A

Takes the norm of a vector

fn normalize(&self) -> Vector<f64>

Normalizes a vector

Loading content...

Implementors

impl FloatVectorTrait<f64> for Vector<f64>[src]

Loading content...