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.


Variable Index

 o info

Constructor Index

 o NotPosDefException()
 o NotPosDefException(int)
 o NotPosDefException(String)

Variables

 o info
 public int info

Constructors

 o NotPosDefException
 public NotPosDefException(int info)
 o NotPosDefException
 public NotPosDefException(String problem)
 o NotPosDefException
 public NotPosDefException()

All Packages  Class Hierarchy  This Package  Previous  Next  Index