IMSL C# Numerical Library

Matrix.FrobeniusNorm Method 

Return the frobenius norm of a matrix.

public static double FrobeniusNorm(
   double[,] a
);

Parameters

a
A double rectangular matrix.

Return Value

A double scalar value equal to the frobenius norm of the matrix.

See Also

Matrix Class | Imsl.Math Namespace