The input matrix A is indefinite, that is the matrix is not positive or
negative definite.
Namespace:
Imsl.Math
Assembly:
ImslCS (in ImslCS.dll) Version: 6.5.0.0
Syntax
C# |
---|
[SerializableAttribute] public class NotDefiniteAMatrixException : IMSLException |
Visual Basic (Declaration) |
---|
<SerializableAttribute> _ Public Class NotDefiniteAMatrixException _ Inherits IMSLException |
Visual C++ |
---|
[SerializableAttribute] public ref class NotDefiniteAMatrixException : public IMSLException |
Exceptions
Exception | Condition |
---|---|
Imsl.Math..::.NotDefiniteAMatrixException | the input matrix A is indefinite, that is the matrix is not positive or negative definite. |
Inheritance Hierarchy
System..::.Object
System..::.Exception
System..::.ApplicationException
Imsl..::.IMSLException
Imsl.Math..::.NotDefiniteAMatrixException
System..::.Exception
System..::.ApplicationException
Imsl..::.IMSLException
Imsl.Math..::.NotDefiniteAMatrixException