public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
| Constructor and Description |
|---|
NonPositiveDefiniteMatrixException(double wrong,
int indexIn,
double thresholdIn)
Construct an exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn() |
int |
getRow() |
double |
getThreshold() |
getBoundIsAllowed, getMingetArgumentgetContext, getLocalizedMessage, getMessageaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonPositiveDefiniteMatrixException(double wrong,
int indexIn,
double thresholdIn)
wrong - Value that fails the positivity check.indexIn - Row (and column) index.thresholdIn - Absolute positivity threshold.Copyright © 2025 CNES. All rights reserved.