public class oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator extends oadd.org.apache.commons.math.ode.nonstiff.RungeKuttaIntegrator
{
private static final double[] STATIC_C;
private static final double[][] STATIC_A;
private static final double[] STATIC_B;
public void <init>(double)
{
oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator v;
oadd.org.apache.commons.math.ode.nonstiff.MidpointStepInterpolator v;
double[] v, v;
double[][] v;
double v;
v := @this: oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator;
v := @parameter: double;
v = <oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[] STATIC_C>;
v = <oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[][] STATIC_A>;
v = <oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[] STATIC_B>;
v = new oadd.org.apache.commons.math.ode.nonstiff.MidpointStepInterpolator;
specialinvoke v.<oadd.org.apache.commons.math.ode.nonstiff.MidpointStepInterpolator: void <init>()>();
specialinvoke v.<oadd.org.apache.commons.math.ode.nonstiff.RungeKuttaIntegrator: void <init>(java.lang.String,double[],double[][],double[],oadd.org.apache.commons.math.ode.nonstiff.RungeKuttaStepInterpolator,double)>("midpoint", v, v, v, v, v);
return;
}
static void <clinit>()
{
double[] v, v, v;
double[][] v;
v = newarray (double)[1];
v[0] = 0.5;
<oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[] STATIC_C> = v;
v = newarray (double[])[1];
v = newarray (double)[1];
v[0] = 0.5;
v[0] = v;
<oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[][] STATIC_A> = v;
v = newarray (double)[2];
v[0] = 0.0;
v[1] = 1.0;
<oadd.org.apache.commons.math.ode.nonstiff.MidpointIntegrator: double[] STATIC_B> = v;
return;
}
}