org.apache.commons.math3.linear
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.
|
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
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final int index
private final double threshold
Copyright (c) 2003-2013 Apache Software Foundation