dwvisser.analysis
Class GJENice

java.lang.Object
  |
  +--dwvisser.analysis.GJENice

public class GJENice
extends java.lang.Object


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

GJENice

public GJENice(Matrix InputMatrix,
               Matrix InputVectors)
        throws MathException
Takes a coefficient matrix and a result matrix (A and b in A*x=b) and immediately finds A[inverse] and x. The object can then be queried for these.

Method Detail

getInverse

public Matrix getInverse()

getSolution

public Matrix getSolution()

main

public static void main(java.lang.String[] argv)