Click or drag to resize

NMathFunctionsFrobNormDiffSqr Method

Calculates the square of the Frobenius norm of the difference between two matrices.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public static double FrobNormDiffSqr(
	DoubleMatrix A,
	DoubleMatrix B
)

Parameters

A  DoubleMatrix
A matrix.
B  DoubleMatrix
A matrix.

Return Value

Double
The square of the Frobenius norm of the difference between the two matrices.
Exceptions
ExceptionCondition
MismatchedSizeExceptionThrown when A, B are of different sizes.
See Also