public class NonPositiveDefiniteMatrixException extends NumberIsTooSmallException
| Modifier and Type | Field and Description |
|---|---|
private int |
index
Index (diagonal element).
|
private static long |
serialVersionUID
Serializable version Id.
|
private double |
threshold
Threshold.
|
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, getMingetArgumentgetContext, getLocalizedMessage, getMessageprivate static final long serialVersionUID
private final int index
private final double threshold
Copyright (c) 2003-2015 Apache Software Foundation