pub const fn matrix_norm( _matrix: &ArrayView2<'_, f64>, _ord: Option<&str>, ) -> Result<f64, String>
Fallback matrix norm calculation