Returns the Frobenius norm of the matrix.

Namespace: Imsl.Math
Assembly: ImslCS (in ImslCS.dll) Version: 6.5.0.0

Syntax

C#
public double FrobeniusNorm()
Visual Basic (Declaration)
Public Function FrobeniusNorm As Double
Visual C++
public:
double FrobeniusNorm()

Return Value

A double scalar equal to the Frobenius norm of the matrix.

See Also