Trait wee_matrix::MatrixNorm [] [src]

pub trait MatrixNorm {
    fn matrix_norm(&self, norm_type: MatNorm) -> f64;
}

Provides method for computing matrix norms.

Required Methods

Compute the specified matrix norm type

Implementors