matrix_norm

Function matrix_norm 

Source
pub fn matrix_norm<F>(m: &ArrayView2<'_, F>) -> F
where F: IntegrateFloat,
Expand description

Compute the Frobenius norm of a matrix

§Arguments

  • m - The matrix

§Returns

  • The Frobenius norm of the matrix