IMSL C# Numerical Library |
|
NotDefiniteAMatrixException Constructor (String)
The input matrix A is indefinite, that is the matrix is not positive or negative definite.
public NotDefiniteAMatrixException(
string message);
Parameters
-
message
- The error message that explains the reason for the exception.
See Also
NotDefiniteAMatrixException Class | Imsl.Math Namespace | NotDefiniteAMatrixException Constructor Overload List