The computations cannot continue because the Euclidean norm of the column is equal to zero.

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

Syntax

C#
public ZeroNormException(
	int index
)
Visual Basic (Declaration)
Public Sub New ( _
	index As Integer _
)
Visual C++
public:
ZeroNormException(
	int index
)

Parameters

index
Type: System..::.Int32
An int which specifies the column index for which the norm has been found to be zero.

See Also