[][src]Trait opensrdk_optimization::vec::Vector

pub trait Vector {
    fn l2_norm(&self) -> f64;
}

Required methods

fn l2_norm(&self) -> f64

Loading content...

Implementations on Foreign Types

impl Vector for [f64][src]

Loading content...

Implementors

Loading content...