All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class linear_algebra.SVDCException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----linear_algebra.SVDCException

public class SVDCException
extends Exception
This is the exception produced by the Singular Value Decomposition method. See the SVDC_f77.java code for details.


Variable Index

 o info

Constructor Index

 o SVDCException()
 o SVDCException(int)
 o SVDCException(String)

Variables

 o info
 public int info

Constructors

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

All Packages  Class Hierarchy  This Package  Previous  Next  Index