Click or drag to resize
Matrix.FrobeniusNorm Method
Return the frobenius norm of a matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax
public static double FrobeniusNorm(
	double[,] a
)

Parameters

a
Type:System.Double[,]
A double rectangular matrix.

Return Value

Type: Double
A double scalar value equal to the frobenius norm of the matrix.
See Also