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

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

Simple Norm

Required methods

pub fn norm(&self) -> Self::Scalar[src]

pub fn normalize(&self) -> Self[src]

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...