|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--dwvisser.analysis.GJENice
Constructor Summary | |
GJENice(Matrix InputMatrix,
Matrix InputVectors)
Takes a coefficient matrix and a result matrix (A and b in A*x=b) and immediately finds A[inverse] and x. |
Method Summary | |
Matrix |
getInverse()
|
Matrix |
getSolution()
|
static void |
main(java.lang.String[] argv)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public GJENice(Matrix InputMatrix, Matrix InputVectors) throws MathException
Method Detail |
public Matrix getInverse()
public Matrix getSolution()
public static void main(java.lang.String[] argv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |