All Packages Class Hierarchy This Package Previous Next Index
Class linear_algebra.NotPosDefException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----linear_algebra.NotPosDefException
- public class NotPosDefException
- extends Exception
This is the exception produced by the Cholesky factorization
if it determines that the matrix to be factored is not
positive definite.
-
info
-
-
NotPosDefException()
-
-
NotPosDefException(int)
-
-
NotPosDefException(String)
-
info
public int info
NotPosDefException
public NotPosDefException(int info)
NotPosDefException
public NotPosDefException(String problem)
NotPosDefException
public NotPosDefException()
All Packages Class Hierarchy This Package Previous Next Index