public class org.apache.commons.math3.analysis.integration.RombergIntegrator extends org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.analysis.integration.RombergIntegrator
super_class: org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator
{
public static final int ROMBERG_MAX_ITERATIONS_COUNT;
descriptor: I
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
ConstantValue: 32
public void <init>(double, double, int, int);
descriptor: (DDII)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=7, locals=7, args_size=5
start local 0 start local 1 start local 3 start local 5 start local 6 0: aload 0
dload 1
dload 3
iload 5
iload 6
invokespecial org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator.<init>:(DDII)V
1: iload 6
bipush 32
if_icmple 5
2: new org.apache.commons.math3.exception.NumberIsTooLargeException
dup
iload 6
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
3: bipush 32
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
iconst_0
4: invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
athrow
5: StackMap locals: org.apache.commons.math3.analysis.integration.RombergIntegrator double double int int
StackMap stack:
return
end local 6 end local 5 end local 3 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/analysis/integration/RombergIntegrator;
0 6 1 relativeAccuracy D
0 6 3 absoluteAccuracy D
0 6 5 minimalIterationCount I
0 6 6 maximalIterationCount I
Exceptions:
throws org.apache.commons.math3.exception.NotStrictlyPositiveException, org.apache.commons.math3.exception.NumberIsTooSmallException, org.apache.commons.math3.exception.NumberIsTooLargeException
MethodParameters:
Name Flags
relativeAccuracy final
absoluteAccuracy final
minimalIterationCount final
maximalIterationCount final
public void <init>(int, int);
descriptor: (II)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=5, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
iload 1
iload 2
invokespecial org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator.<init>:(II)V
1: iload 2
bipush 32
if_icmple 5
2: new org.apache.commons.math3.exception.NumberIsTooLargeException
dup
iload 2
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
3: bipush 32
invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
iconst_0
4: invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
athrow
5: StackMap locals: org.apache.commons.math3.analysis.integration.RombergIntegrator int int
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 6 0 this Lorg/apache/commons/math3/analysis/integration/RombergIntegrator;
0 6 1 minimalIterationCount I
0 6 2 maximalIterationCount I
Exceptions:
throws org.apache.commons.math3.exception.NotStrictlyPositiveException, org.apache.commons.math3.exception.NumberIsTooSmallException, org.apache.commons.math3.exception.NumberIsTooLargeException
MethodParameters:
Name Flags
minimalIterationCount final
maximalIterationCount final
public void <init>();
descriptor: ()V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: aload 0
iconst_3
bipush 32
invokespecial org.apache.commons.math3.analysis.integration.BaseAbstractUnivariateIntegrator.<init>:(II)V
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/analysis/integration/RombergIntegrator;
protected double doIntegrate();
descriptor: ()D
flags: (0x0004) ACC_PROTECTED
Code:
stack=9, locals=15, args_size=1
start local 0 0: aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.getMaximalIterationCount:()I
iconst_1
iadd
istore 1
start local 1 1: iload 1
newarray 7
astore 2
start local 2 2: iload 1
newarray 7
astore 3
start local 3 3: new org.apache.commons.math3.analysis.integration.TrapezoidIntegrator
dup
invokespecial org.apache.commons.math3.analysis.integration.TrapezoidIntegrator.<init>:()V
astore 4
start local 4 4: aload 3
iconst_0
aload 4
aload 0
iconst_0
invokevirtual org.apache.commons.math3.analysis.integration.TrapezoidIntegrator.stage:(Lorg/apache/commons/math3/analysis/integration/BaseAbstractUnivariateIntegrator;I)D
dastore
5: aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.incrementCount:()V
6: aload 3
iconst_0
daload
dstore 5
start local 5 7: StackMap locals: org.apache.commons.math3.analysis.integration.RombergIntegrator int double[] double[] org.apache.commons.math3.analysis.integration.TrapezoidIntegrator double
StackMap stack:
aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.getIterations:()I
istore 7
start local 7 8: aload 2
astore 8
start local 8 9: aload 3
astore 2
10: aload 8
astore 3
11: aload 3
iconst_0
aload 4
aload 0
iload 7
invokevirtual org.apache.commons.math3.analysis.integration.TrapezoidIntegrator.stage:(Lorg/apache/commons/math3/analysis/integration/BaseAbstractUnivariateIntegrator;I)D
dastore
12: aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.incrementCount:()V
13: iconst_1
istore 9
start local 9 14: goto 19
15: StackMap locals: int double[] int
StackMap stack:
lconst_1
iconst_2
iload 9
imul
lshl
lconst_1
lsub
l2d
dstore 10
start local 10 16: aload 3
iload 9
iconst_1
isub
daload
dstore 12
start local 12 17: aload 3
iload 9
dload 12
dload 12
aload 2
iload 9
iconst_1
isub
daload
dsub
dload 10
ddiv
dadd
dastore
end local 12 end local 10 18: iinc 9 1
StackMap locals:
StackMap stack:
19: iload 9
iload 7
if_icmple 15
end local 9 20: aload 3
iload 7
daload
dstore 9
start local 9 21: iload 7
aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.getMinimalIterationCount:()I
if_icmplt 26
22: dload 9
dload 5
dsub
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dstore 11
start local 11 23: aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.getRelativeAccuracy:()D
dload 5
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dload 9
invokestatic org.apache.commons.math3.util.FastMath.abs:(D)D
dadd
dmul
ldc 0.5
dmul
dstore 13
start local 13 24: dload 11
dload 13
dcmpg
ifle 25
dload 11
aload 0
invokevirtual org.apache.commons.math3.analysis.integration.RombergIntegrator.getAbsoluteAccuracy:()D
dcmpg
ifgt 26
25: StackMap locals: org.apache.commons.math3.analysis.integration.RombergIntegrator int double[] double[] org.apache.commons.math3.analysis.integration.TrapezoidIntegrator double int double[] double double double
StackMap stack:
dload 9
dreturn
end local 13 end local 11 26: StackMap locals:
StackMap stack:
dload 9
dstore 5
end local 9 end local 8 end local 7 27: goto 7
end local 5 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 28 0 this Lorg/apache/commons/math3/analysis/integration/RombergIntegrator;
1 28 1 m I
2 28 2 previousRow [D
3 28 3 currentRow [D
4 28 4 qtrap Lorg/apache/commons/math3/analysis/integration/TrapezoidIntegrator;
7 28 5 olds D
8 27 7 i I
9 27 8 tmpRow [D
14 20 9 j I
16 18 10 r D
17 18 12 tIJm1 D
21 27 9 s D
23 26 11 delta D
24 26 13 rLimit D
Exceptions:
throws org.apache.commons.math3.exception.TooManyEvaluationsException, org.apache.commons.math3.exception.MaxCountExceededException
}
SourceFile: "RombergIntegrator.java"