Trait lin::vector::Vector [] [src]

pub trait Vector<N> where
    N: Numeric
{ fn dot_product(&self, other: Self) -> N; }

Required Methods

Implementors