Trait rulinalg::norm::MatrixNorm
source · [−]pub trait MatrixNorm<T, M: BaseMatrix<T>> {
fn norm(&self, m: &M) -> T;
}
Expand description
Trait for matrix norms.
pub trait MatrixNorm<T, M: BaseMatrix<T>> {
fn norm(&self, m: &M) -> T;
}
Trait for matrix norms.