The matrix is not symmetric, positive definite.

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

Syntax

C#
[SerializableAttribute]
public class NotSPDException : IMSLException
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class NotSPDException _
	Inherits IMSLException
Visual C++
[SerializableAttribute]
public ref class NotSPDException : public IMSLException

Exceptions

ExceptionCondition
Imsl.Math..::.NotSPDException the matrix is not symmetric, positive definite

Inheritance Hierarchy

See Also