|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.physics.nuclear.kinematics.math.analysis.GJENice
public class GJENice
DOCUMENT ME!
| 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()
DOCUMENT ME! |
Matrix |
getSolution()
DOCUMENT ME! |
static void |
main(java.lang.String[] argv)
DOCUMENT ME! |
| 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
MathException| Method Detail |
|---|
public Matrix getInverse()
public Matrix getSolution()
public static void main(java.lang.String[] argv)
argv - DOCUMENT ME!
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||