Computes the Euclidean norm of the element of self.

Namespace:  CenterSpace.NMath.Matrix
Assembly:  NMath (in NMath.dll) Version: 5.1.0.0

Syntax

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

Return Value

The Euclidean norm of self.

See Also