class org.apache.commons.math3.fitting.GaussianCurveFitter$1 extends org.apache.commons.math3.analysis.function.Gaussian$Parametric
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.fitting.GaussianCurveFitter$1
  super_class: org.apache.commons.math3.analysis.function.Gaussian$Parametric
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
         0: .line 74
            aload 0 /* this */
            invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.<init>:()V
            return
        end local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/fitting/GaussianCurveFitter$1;

  public double value(double, double[]);
    descriptor: (D[D)D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
        start local 1 // double x
        start local 3 // double[] p
         0: .line 78
            ldc Infinity
            dstore 4 /* v */
        start local 4 // double v
         1: .line 80
            aload 0 /* this */
            dload 1 /* x */
            aload 3 /* p */
            invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.value:(D[D)D
            dstore 4 /* v */
         2: .line 81
            goto 4
      StackMap locals: org.apache.commons.math3.fitting.GaussianCurveFitter$1 double double[] double
      StackMap stack: org.apache.commons.math3.exception.NotStrictlyPositiveException
         3: pop
         4: .line 84
      StackMap locals:
      StackMap stack:
            dload 4 /* v */
            dreturn
        end local 4 // double v
        end local 3 // double[] p
        end local 1 // double x
        end local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/apache/commons/math3/fitting/GaussianCurveFitter$1;
            0    5     1     x  D
            0    5     3     p  [D
            1    5     4     v  D
      Exception table:
        from    to  target  type
           1     2       3  Class org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
      Name  Flags
      x     
      p     

  public double[] gradient(double, double[]);
    descriptor: (D[D)[D
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=5, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
        start local 1 // double x
        start local 3 // double[] p
         0: .line 90
            iconst_3
            newarray 7
            dup
            iconst_0
            ldc Infinity
            dastore
            dup
            iconst_1
         1: .line 91
            ldc Infinity
            dastore
            dup
            iconst_2
         2: .line 92
            ldc Infinity
            dastore
         3: .line 90
            astore 4 /* v */
        start local 4 // double[] v
         4: .line 94
            aload 0 /* this */
            dload 1 /* x */
            aload 3 /* p */
            invokespecial org.apache.commons.math3.analysis.function.Gaussian$Parametric.gradient:(D[D)[D
            astore 4 /* v */
         5: .line 95
            goto 7
      StackMap locals: org.apache.commons.math3.fitting.GaussianCurveFitter$1 double double[] double[]
      StackMap stack: org.apache.commons.math3.exception.NotStrictlyPositiveException
         6: pop
         7: .line 98
      StackMap locals:
      StackMap stack:
            aload 4 /* v */
            areturn
        end local 4 // double[] v
        end local 3 // double[] p
        end local 1 // double x
        end local 0 // org.apache.commons.math3.fitting.GaussianCurveFitter$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lorg/apache/commons/math3/fitting/GaussianCurveFitter$1;
            0    8     1     x  D
            0    8     3     p  [D
            4    8     4     v  [D
      Exception table:
        from    to  target  type
           4     5       6  Class org.apache.commons.math3.exception.NotStrictlyPositiveException
    MethodParameters:
      Name  Flags
      x     
      p     
}
SourceFile: "GaussianCurveFitter.java"
EnclosingMethod: org.apache.commons.math3.fitting.GaussianCurveFitter
NestHost: org.apache.commons.math3.fitting.GaussianCurveFitter
InnerClasses:
  public Parametric = org.apache.commons.math3.analysis.function.Gaussian$Parametric of org.apache.commons.math3.analysis.function.Gaussian
  org.apache.commons.math3.fitting.GaussianCurveFitter$1