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.
-
info
-
-
SVDCException()
-
-
SVDCException(int)
-
-
SVDCException(String)
-
info
public int info
SVDCException
public SVDCException(int info)
SVDCException
public SVDCException(String problem)
SVDCException
public SVDCException()
All Packages Class Hierarchy This Package Previous Next Index