|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--jumbo.euclid.Diagonalise
| Constructor Summary | |
Diagonalise()
|
|
| Method Summary | |
static int |
vneigl(int order,
double[] a,
double[] eigval,
double[] eigvec,
IllCondMatrixException illCond)
diagonalisation routine |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public Diagonalise()
| Method Detail |
public static int vneigl(int order,
double[] a,
double[] eigval,
double[] eigvec,
IllCondMatrixException illCond)
throws ArrayTooSmallException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||