Serializable
, LocalizedException
MathIllegalArgumentException
@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.
|
getArgument
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
getBoundIsAllowed, getMin
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.