vec_math
Class SimpleIntegrator.Gauss

java.lang.Object
  extended by vec_math.SimpleIntegrator.Gauss
Enclosing class:
SimpleIntegrator

public static final class SimpleIntegrator.Gauss
extends Object

Tests the integrator. Uses an integrable function to compare numerical to analytical results. The output is the difference. This class integrates x^2


Constructor Summary
SimpleIntegrator.Gauss()
           
 
Method Summary
static void main(String[] arg)
          Reads the stepsize as the first command line argument and compares the analytical with the numerical integration of x^2.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleIntegrator.Gauss

public SimpleIntegrator.Gauss()
Method Detail

main

public static void main(String[] arg)
Reads the stepsize as the first command line argument and compares the analytical with the numerical integration of x^2.