Trait rustml::norm::Norm [] [src]

pub trait Norm<T> {
    fn compute(a: &[T]) -> T;
}

Required Methods

fn compute(a: &[T]) -> T

Implementors