Serializable, LocalizedExceptionMathIllegalArgumentException@Deprecated public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
INTEGER_ZERO| Constructor | Description |
|---|---|
NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold) |
Deprecated.
Construct an exception.
|
| Modifier and Type | Method | Description |
|---|---|---|
int |
getColumn() |
Deprecated.
|
int |
getRow() |
Deprecated.
|
double |
getThreshold() |
Deprecated.
|
getArgumentcreateInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifiergetBoundIsAllowed, getMinclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold)
wrong - Value that fails the positivity check.index - Row (and column) index.threshold - Absolute positivity threshold.Copyright © 2016–2018 Hipparchus.org. All rights reserved.