|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.apache.commons.math.exception.MathIllegalArgumentException
org.apache.commons.math.exception.MathIllegalNumberException
org.apache.commons.math.exception.NumberIsTooSmallException
org.apache.commons.math.linear.NonPositiveDefiniteMatrixException
public class NonPositiveDefiniteMatrixException
Exception to be thrown when a positive definite matrix is expected.
| Constructor Summary | |
|---|---|
NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold)
Construct an exception. |
|
| Method Summary | |
|---|---|
int |
getColumn()
|
int |
getRow()
|
double |
getThreshold()
|
| Methods inherited from class org.apache.commons.math.exception.NumberIsTooSmallException |
|---|
getBoundIsAllowed, getMin |
| Methods inherited from class org.apache.commons.math.exception.MathIllegalNumberException |
|---|
getArgument |
| Methods inherited from class org.apache.commons.math.exception.MathIllegalArgumentException |
|---|
getContext, getLocalizedMessage, getMessage |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NonPositiveDefiniteMatrixException(double wrong,
int index,
double threshold)
wrong - Value that fails the positivity check.index - Row (and column) index.threshold - Absolute positivity threshold.| Method Detail |
|---|
public int getRow()
public int getColumn()
public double getThreshold()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||