class org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1 extends org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1
super_class: org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter
{
private final org.apache.commons.math3.linear.RealMatrix val$weightSquareRoot;
descriptor: Lorg/apache/commons/math3/linear/RealMatrix;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem, org.apache.commons.math3.linear.RealMatrix);
descriptor: (Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1 this
start local 1 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem $anonymous0
0: .line 194
aload 0 /* this */
aload 2
putfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1.val$weightSquareRoot:Lorg/apache/commons/math3/linear/RealMatrix;
aload 0 /* this */
aload 1 /* $anonymous0 */
invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;)V
return
end local 1 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem $anonymous0
end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$1;
0 1 1 $anonymous0 Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
MethodParameters:
Name Flags
$anonymous0
val$weightSquareRoot final
public org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation evaluate(org.apache.commons.math3.linear.RealVector);
descriptor: (Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
flags: (0x0001) ACC_PUBLIC
Code:
stack=4, locals=2, args_size=2
start local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1 this
start local 1 // org.apache.commons.math3.linear.RealVector point
0: .line 198
new org.apache.commons.math3.fitting.leastsquares.DenseWeightedEvaluation
dup
aload 0 /* this */
aload 1 /* point */
invokespecial org.apache.commons.math3.fitting.leastsquares.LeastSquaresAdapter.evaluate:(Lorg/apache/commons/math3/linear/RealVector;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;
aload 0 /* this */
getfield org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1.val$weightSquareRoot:Lorg/apache/commons/math3/linear/RealMatrix;
invokespecial org.apache.commons.math3.fitting.leastsquares.DenseWeightedEvaluation.<init>:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem$Evaluation;Lorg/apache/commons/math3/linear/RealMatrix;)V
areturn
end local 1 // org.apache.commons.math3.linear.RealVector point
end local 0 // org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1 this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresFactory$1;
0 1 1 point Lorg/apache/commons/math3/linear/RealVector;
MethodParameters:
Name Flags
point final
}
SourceFile: "LeastSquaresFactory.java"
EnclosingMethod: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory.weightMatrix:(Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;Lorg/apache/commons/math3/linear/RealMatrix;)Lorg/apache/commons/math3/fitting/leastsquares/LeastSquaresProblem;
NestHost: org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory
InnerClasses:
org.apache.commons.math3.fitting.leastsquares.LeastSquaresFactory$1
public abstract Evaluation = org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem$Evaluation of org.apache.commons.math3.fitting.leastsquares.LeastSquaresProblem