IMSL C# Numerical Library

ComplexMatrix.FrobeniusNorm Method 

Return the frobenius norm of a Complex matrix.

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

Parameters

a
A Complex rectangular matrix.

Return Value

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

See Also

ComplexMatrix Class | Imsl.Math Namespace