flanagan.integration
Class RungeKutta
java.lang.Object
flanagan.integration.RungeKutta
public class RungeKutta
- extends java.lang.Object
Method Summary |
static double |
cashKarp(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol)
|
static double |
cashKarp(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
|
static double[] |
cashKarp(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol)
|
static double[] |
cashKarp(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
|
static double |
fehlberg(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol)
|
static double |
fehlberg(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
|
static double[] |
fehlberg(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol)
|
static double[] |
fehlberg(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
|
static double |
fourthOrder(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h)
|
static double[] |
fourthOrder(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RungeKutta
public RungeKutta()
fourthOrder
public static double fourthOrder(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h)
fourthOrder
public static double[] fourthOrder(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h)
cashKarp
public static double cashKarp(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
cashKarp
public static double cashKarp(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol)
cashKarp
public static double[] cashKarp(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
cashKarp
public static double[] cashKarp(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol)
fehlberg
public static double fehlberg(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
fehlberg
public static double fehlberg(flanagan.integration.DerivFunction g,
double x0,
double y0,
double xn,
double h,
double abstol,
double reltol)
fehlberg
public static double[] fehlberg(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol,
int maxiter)
fehlberg
public static double[] fehlberg(flanagan.integration.DerivnFunction g,
double x0,
double[] y0,
double xn,
double h,
double abstol,
double reltol)
jHepWork 1.1 (C) Chekanov