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#
[SerializableAttribute]
public class ZeroNormException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class ZeroNormException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class ZeroNormException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Stat..::.ZeroNormException The computations cannot continue because the Euclidean norm of the column is equal to zero.

Inheritance Hierarchy

See Also