The Jacobi preconditioner is not strictly positive or negative definite.

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

Syntax

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

Exceptions

ExceptionCondition
Imsl.Math..::.NotDefiniteJacobiPreconditionerException he Jacobi preconditioner is not strictly positive or negative definite.

Inheritance Hierarchy

See Also