vec_math
Class SimpleIntegrator.Gauss
java.lang.Object
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
|
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 |
SimpleIntegrator.Gauss
public SimpleIntegrator.Gauss()
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.