public class oadd.org.apache.commons.math.analysis.integration.RombergIntegrator extends oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator
{
public static final int ROMBERG_MAX_ITERATIONS_COUNT;
public void <init>(double, double, int, int) throws oadd.org.apache.commons.math.exception.NotStrictlyPositiveException, oadd.org.apache.commons.math.exception.NumberIsTooSmallException, oadd.org.apache.commons.math.exception.NumberIsTooLargeException
{
oadd.org.apache.commons.math.analysis.integration.RombergIntegrator v;
oadd.org.apache.commons.math.exception.NumberIsTooLargeException v;
java.lang.Integer v, v;
int v, v;
double v, v;
v := @this: oadd.org.apache.commons.math.analysis.integration.RombergIntegrator;
v := @parameter: double;
v := @parameter: double;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator: void <init>(double,double,int,int)>(v, v, v, v);
if v <= 32 goto label;
v = new oadd.org.apache.commons.math.exception.NumberIsTooLargeException;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(32);
specialinvoke v.<oadd.org.apache.commons.math.exception.NumberIsTooLargeException: void <init>(java.lang.Number,java.lang.Number,boolean)>(v, v, 0);
throw v;
label:
return;
}
public void <init>(int, int) throws oadd.org.apache.commons.math.exception.NotStrictlyPositiveException, oadd.org.apache.commons.math.exception.NumberIsTooSmallException, oadd.org.apache.commons.math.exception.NumberIsTooLargeException
{
oadd.org.apache.commons.math.analysis.integration.RombergIntegrator v;
oadd.org.apache.commons.math.exception.NumberIsTooLargeException v;
int v, v;
java.lang.Integer v, v;
v := @this: oadd.org.apache.commons.math.analysis.integration.RombergIntegrator;
v := @parameter: int;
v := @parameter: int;
specialinvoke v.<oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator: void <init>(int,int)>(v, v);
if v <= 32 goto label;
v = new oadd.org.apache.commons.math.exception.NumberIsTooLargeException;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(32);
specialinvoke v.<oadd.org.apache.commons.math.exception.NumberIsTooLargeException: void <init>(java.lang.Number,java.lang.Number,boolean)>(v, v, 0);
throw v;
label:
return;
}
public void <init>()
{
oadd.org.apache.commons.math.analysis.integration.RombergIntegrator v;
v := @this: oadd.org.apache.commons.math.analysis.integration.RombergIntegrator;
specialinvoke v.<oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator: void <init>(int,int)>(3, 32);
return;
}
protected double doIntegrate() throws oadd.org.apache.commons.math.exception.TooManyEvaluationsException, oadd.org.apache.commons.math.exception.MaxCountExceededException
{
oadd.org.apache.commons.math.analysis.integration.RombergIntegrator v;
byte v, v;
double[] v, v, v;
long v, v;
int v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.util.Incrementor v, v, v, v;
double v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
oadd.org.apache.commons.math.analysis.integration.TrapezoidIntegrator v;
v := @this: oadd.org.apache.commons.math.analysis.integration.RombergIntegrator;
v = v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: oadd.org.apache.commons.math.util.Incrementor iterations>;
v = virtualinvoke v.<oadd.org.apache.commons.math.util.Incrementor: int getMaximalCount()>();
v = v + 1;
v = newarray (double)[v];
v = newarray (double)[v];
v = new oadd.org.apache.commons.math.analysis.integration.TrapezoidIntegrator;
specialinvoke v.<oadd.org.apache.commons.math.analysis.integration.TrapezoidIntegrator: void <init>()>();
v = virtualinvoke v.<oadd.org.apache.commons.math.analysis.integration.TrapezoidIntegrator: double stage(oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator,int)>(v, 0);
v[0] = v;
v = v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: oadd.org.apache.commons.math.util.Incrementor iterations>;
virtualinvoke v.<oadd.org.apache.commons.math.util.Incrementor: void incrementCount()>();
v = v[0];
label:
v = v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: oadd.org.apache.commons.math.util.Incrementor iterations>;
v = virtualinvoke v.<oadd.org.apache.commons.math.util.Incrementor: int getCount()>();
v = v;
v = v;
v = v;
v = virtualinvoke v.<oadd.org.apache.commons.math.analysis.integration.TrapezoidIntegrator: double stage(oadd.org.apache.commons.math.analysis.integration.BaseAbstractUnivariateIntegrator,int)>(v, v);
v[0] = v;
v = v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: oadd.org.apache.commons.math.util.Incrementor iterations>;
virtualinvoke v.<oadd.org.apache.commons.math.util.Incrementor: void incrementCount()>();
v = 1;
label:
if v > v goto label;
v = 2 * v;
v = 1L << v;
v = v - 1L;
v = v - 1;
v = v[v];
v = v - 1;
v = v[v];
v = v - v;
v = v / v;
v = v + v;
v[v] = v;
v = v + 1;
goto label;
label:
v = v[v];
v = virtualinvoke v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: int getMinimalIterationCount()>();
if v < v goto label;
v = v - v;
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = virtualinvoke v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: double getRelativeAccuracy()>();
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = staticinvoke <oadd.org.apache.commons.math.util.FastMath: double abs(double)>(v);
v = v + v;
v = v * v;
v = v * 0.5;
v = v cmpg v;
if v <= 0 goto label;
v = virtualinvoke v.<oadd.org.apache.commons.math.analysis.integration.RombergIntegrator: double getAbsoluteAccuracy()>();
v = v cmpg v;
if v > 0 goto label;
label:
return v;
label:
v = v;
goto label;
}
}