|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--linear_algebra.NotPosDefException
This is the exception produced by the Cholesky factorization if it determines that the matrix to be factored is not positive definite.
| Field Summary | |
int |
info
|
| Constructor Summary | |
NotPosDefException()
|
|
NotPosDefException(int info)
|
|
NotPosDefException(java.lang.String problem)
|
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int info
| Constructor Detail |
public NotPosDefException(int info)
public NotPosDefException(java.lang.String problem)
public NotPosDefException()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||