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, getMin
getArgument
createInternalError, createInternalError, getLocalizedMessage, getMessage, getMessage, getParts, getSpecifier
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–2020 Hipparchus.org. All rights reserved.