MathIllegalArgumentException@Deprecated public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
INTEGER_ZERO| Constructor and Description |
|---|
NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold)
Deprecated.
Construct an exception.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getColumn()
Deprecated.
|
int |
getRow()
Deprecated.
|
double |
getThreshold()
Deprecated.
|
getBoundIsAllowed, getMingetArgumentcreateInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifieraddSuppressed, 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–2020 Hipparchus.org. All rights reserved.