Class Numerical

java.lang.Object
  extended by Numerical

public class Numerical
extends java.lang.Object


Constructor Summary
Numerical()
           
 
Method Summary
 void gaussj(double[][] a, double[][] b)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Numerical

public Numerical()
Method Detail

gaussj

public void gaussj(double[][] a,
                   double[][] b)
            throws java.lang.IllegalArgumentException
Throws:
java.lang.IllegalArgumentException