public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
INTEGER_ZERO
Constructor and Description |
---|
NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold)
Construct an exception.
|
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getRow() |
double |
getThreshold() |
getBoundIsAllowed, getMin
getArgument
getContext, getLocalizedMessage, getMessage
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.public int getRow()
public int getColumn()
public double getThreshold()
Copyright © 2003–2016 The Apache Software Foundation. All rights reserved.