class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3 implements org.apache.commons.math3.optim.ConvergenceChecker<org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
super_class: java.lang.Object
{
private final org.apache.commons.math3.optim.ConvergenceChecker val$checker;
descriptor: Lorg/apache/commons/math3/optim/ConvergenceChecker;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.optim.ConvergenceChecker);
descriptor: (Lorg/apache/commons/math3/optim/ConvergenceChecker;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.val$checker:Lorg/apache/commons/math3/optim/ConvergenceChecker;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$3;
MethodParameters:
Name Flags
val$checker final
public boolean converged(int, org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation, org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation);
descriptor: (ILorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;)Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=8, locals=4, args_size=4
start local 0 start local 1 start local 2 start local 3 0: aload 0
getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.val$checker:Lorg/apache/commons/math3/optim/ConvergenceChecker;
1: iload 1
2: new org.apache.commons.math3.optim.PointVectorValuePair
dup
3: aload 2
invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getPoint:()Lorg/apache/commons/math3/linear/RealVector;
invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
4: aload 2
invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getResiduals:()Lorg/apache/commons/math3/linear/RealVector;
invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
5: iconst_0
6: invokespecial org.apache.commons.math3.optim.PointVectorValuePair.<init>:([D[DZ)V
7: new org.apache.commons.math3.optim.PointVectorValuePair
dup
8: aload 3
invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getPoint:()Lorg/apache/commons/math3/linear/RealVector;
invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
9: aload 3
invokeinterface org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation.getResiduals:()Lorg/apache/commons/math3/linear/RealVector;
invokevirtual org.apache.commons.math3.linear.RealVector.toArray:()[D
10: iconst_0
11: invokespecial org.apache.commons.math3.optim.PointVectorValuePair.<init>:([D[DZ)V
12: invokeinterface org.apache.commons.math3.optim.ConvergenceChecker.converged:(ILjava/lang/Object;Ljava/lang/Object;)Z
ireturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 13 0 this Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$3;
0 13 1 iteration I
0 13 2 previous Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
0 13 3 current Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
MethodParameters:
Name Flags
iteration final
previous final
current final
public boolean converged(int, java.lang.Object, java.lang.Object);
descriptor: (ILjava/lang/Object;Ljava/lang/Object;)Z
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=4, locals=4, args_size=4
0: aload 0
iload 1
aload 2
checkcast org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
aload 3
checkcast org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation
invokevirtual org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3.converged:(ILorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;)Z
ireturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/apache/commons/math3/optim/ConvergenceChecker<Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;>;
SourceFile: "LeastSquaresFactory.java"
EnclosingMethod: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.evaluationChecker:(Lorg/apache/commons/math3/optim/ConvergenceChecker;)Lorg/apache/commons/math3/optim/ConvergenceChecker;
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
InnerClasses:
org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$3
public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem