Trait fructose::algebra::linear::vector::Norm[][src]

pub trait Norm {
    type Norm: Field;
}

Associated Types

Loading content...

Implementations on Foreign Types

impl Norm for f32[src]

type Norm = f32

impl Norm for f64[src]

type Norm = f64

Loading content...

Implementors

Loading content...