|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--bijnum.SVDCException
This is the exception produced by the Singular Value Decomposition method. See the SVDC_f77.java code for details.
Field Summary | |
int |
info
|
Constructor Summary | |
SVDCException()
|
|
SVDCException(int info)
|
|
SVDCException(java.lang.String problem)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString |
Methods inherited from class java.lang.Object |
|
Field Detail |
public int info
Constructor Detail |
public SVDCException(int info)
public SVDCException(java.lang.String problem)
public SVDCException()
|
BIJ API |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |