[][src]Trait peroxide::prelude::simpler::SimpleNorm

pub trait SimpleNorm: Normed {
    fn norm(&self) -> Self::Scalar;
fn normalize(&self) -> Self; }

Simple Norm

Required methods

fn norm(&self) -> Self::Scalar

fn normalize(&self) -> Self

Loading content...

Implementations on Foreign Types

impl SimpleNorm for Vec<f64>[src]

Simple L2 norm

Loading content...

Implementors

impl SimpleNorm for Matrix[src]

Simple Frobenius norm

Loading content...