public class org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator extends org.apache.commons.math3.analysis.integration.gauss.GaussIntegrator
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator
super_class: org.apache.commons.math3.analysis.integration.gauss.GaussIntegrator
{
public void <init>(double[], double[]);
descriptor: ([D[D)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=3
start local 0 start local 1 start local 2 0: aload 0
aload 1
aload 2
invokespecial org.apache.commons.math3.analysis.integration.gauss.GaussIntegrator.<init>:([D[D)V
1: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/analysis/integration/gauss/SymmetricGaussIntegrator;
0 2 1 points [D
0 2 2 weights [D
Exceptions:
throws org.apache.commons.math3.exception.NonMonotonicSequenceException, org.apache.commons.math3.exception.DimensionMismatchException
MethodParameters:
Name Flags
points
weights
public void <init>(org.apache.commons.math3.util.Pair<double[], double[]>);
descriptor: (Lorg/apache/commons/math3/util/Pair;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokevirtual org.apache.commons.math3.util.Pair.getFirst:()Ljava/lang/Object;
checkcast double[]
aload 1
invokevirtual org.apache.commons.math3.util.Pair.getSecond:()Ljava/lang/Object;
checkcast double[]
invokespecial org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.<init>:([D[D)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lorg/apache/commons/math3/analysis/integration/gauss/SymmetricGaussIntegrator;
0 2 1 pointsAndWeights Lorg/apache/commons/math3/util/Pair<[D[D>;
Exceptions:
throws org.apache.commons.math3.exception.NonMonotonicSequenceException
Signature: (Lorg/apache/commons/math3/util/Pair<[D[D>;)V
MethodParameters:
Name Flags
pointsAndWeights
public double integrate(org.apache.commons.math3.analysis.UnivariateFunction);
descriptor: (Lorg/apache/commons/math3/analysis/UnivariateFunction;)D
flags: (0x0001) ACC_PUBLIC
Code:
stack=6, locals=21, args_size=2
start local 0 start local 1 0: aload 0
invokevirtual org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.getNumberOfPoints:()I
istore 2
start local 2 1: iload 2
iconst_1
if_icmpne 3
2: aload 0
iconst_0
invokevirtual org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.getWeight:(I)D
aload 1
dconst_0
invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
dmul
dreturn
3: StackMap locals: int
StackMap stack:
iload 2
iconst_2
idiv
istore 3
start local 3 4: dconst_0
dstore 4
start local 4 5: dconst_0
dstore 6
start local 6 6: iconst_0
istore 8
start local 8 7: goto 17
8: StackMap locals: org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator org.apache.commons.math3.analysis.UnivariateFunction int int double double int
StackMap stack:
aload 0
iload 8
invokevirtual org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.getPoint:(I)D
dstore 9
start local 9 9: aload 0
iload 8
invokevirtual org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.getWeight:(I)D
dstore 11
start local 11 10: aload 1
dload 9
invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
dstore 13
start local 13 11: aload 1
dload 9
dneg
invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
dstore 15
start local 15 12: dload 11
dload 13
dload 15
dadd
dmul
dload 6
dsub
dstore 17
start local 17 13: dload 4
dload 17
dadd
dstore 19
start local 19 14: dload 19
dload 4
dsub
dload 17
dsub
dstore 6
15: dload 19
dstore 4
end local 19 end local 17 end local 15 end local 13 end local 11 end local 9 16: iinc 8 1
StackMap locals:
StackMap stack:
17: iload 8
iload 3
if_icmplt 8
end local 8 18: iload 2
iconst_2
irem
ifeq 23
19: aload 0
iload 3
invokevirtual org.apache.commons.math3.analysis.integration.gauss.SymmetricGaussIntegrator.getWeight:(I)D
dstore 8
start local 8 20: dload 8
aload 1
dconst_0
invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
dmul
dload 6
dsub
dstore 10
start local 10 21: dload 4
dload 10
dadd
dstore 12
start local 12 22: dload 12
dstore 4
end local 12 end local 10 end local 8 23: StackMap locals:
StackMap stack:
dload 4
dreturn
end local 6 end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 24 0 this Lorg/apache/commons/math3/analysis/integration/gauss/SymmetricGaussIntegrator;
0 24 1 f Lorg/apache/commons/math3/analysis/UnivariateFunction;
1 24 2 ruleLength I
4 24 3 iMax I
5 24 4 s D
6 24 6 c D
7 18 8 i I
9 16 9 p D
10 16 11 w D
11 16 13 f1 D
12 16 15 f2 D
13 16 17 y D
14 16 19 t D
20 23 8 w D
21 23 10 y D
22 23 12 t D
MethodParameters:
Name Flags
f
}
SourceFile: "SymmetricGaussIntegrator.java"