class org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 implements org.apache.commons.math3.analysis.differentiation.UnivariateDifferentiableFunction
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1
  super_class: java.lang.Object
{
  final org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator this$0;
    descriptor: Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final org.apache.commons.math3.analysis.UnivariateFunction val$function;
    descriptor: Lorg/apache/commons/math3/analysis/UnivariateFunction;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator, org.apache.commons.math3.analysis.UnivariateFunction);
    descriptor: (Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;Lorg/apache/commons/math3/analysis/UnivariateFunction;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
         0: .line 245
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$1;
    MethodParameters:
              Name  Flags
      this$0        final
      val$function  final

  public double value(double);
    descriptor: (D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
        start local 1 // double x
         0: .line 249
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
            dload 1 /* x */
            invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
            dreturn
        end local 1 // double x
        end local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$1;
            0    1     1     x  D
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
      Name  Flags
      x     final

  public org.apache.commons.math3.analysis.differentiation.DerivativeStructure value(org.apache.commons.math3.analysis.differentiation.DerivativeStructure);
    descriptor: (Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
        start local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
         0: .line 257
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
            if_icmplt 2
         1: .line 258
            new org.apache.commons.math3.exception.NumberIsTooLargeException
            dup
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getOrder:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            iconst_0
            invokespecial org.apache.commons.math3.exception.NumberIsTooLargeException.<init>:(Ljava/lang/Number;Ljava/lang/Number;Z)V
            athrow
         2: .line 262
      StackMap locals:
      StackMap stack:
            aload 1 /* t */
            invokevirtual org.apache.commons.math3.analysis.differentiation.DerivativeStructure.getValue:()D
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.tMax:D
            invokestatic org.apache.commons.math3.util.FastMath.min:(DD)D
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.tMin:D
            invokestatic org.apache.commons.math3.util.FastMath.max:(DD)D
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.halfSampleSpan:D
            dsub
            dstore 2 /* t0 */
        start local 2 // double t0
         3: .line 265
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
            newarray 7
            astore 4 /* y */
        start local 4 // double[] y
         4: .line 266
            iconst_0
            istore 5 /* i */
        start local 5 // int i
         5: goto 8
         6: .line 267
      StackMap locals: double double[] int
      StackMap stack:
            aload 4 /* y */
            iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.val$function:Lorg/apache/commons/math3/analysis/UnivariateFunction;
            dload 2 /* t0 */
            iload 5 /* i */
            i2d
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.stepSize:D
            dmul
            dadd
            invokeinterface org.apache.commons.math3.analysis.UnivariateFunction.value:(D)D
            dastore
         7: .line 266
            iinc 5 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 5 /* i */
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.nbPoints:I
            if_icmplt 6
        end local 5 // int i
         9: .line 271
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1.this$0:Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator;
            aload 1 /* t */
            dload 2 /* t0 */
            aload 4 /* y */
            invokevirtual org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.evaluate:(Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;D[D)Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            areturn
        end local 4 // double[] y
        end local 2 // double t0
        end local 1 // org.apache.commons.math3.analysis.differentiation.DerivativeStructure t
        end local 0 // org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/apache/commons/math3/analysis/differentiation/FiniteDifferencesDifferentiator$1;
            0   10     1     t  Lorg/apache/commons/math3/analysis/differentiation/DerivativeStructure;
            3   10     2    t0  D
            4   10     4     y  [D
            5    9     5     i  I
    Exceptions:
      throws org.apache.commons.math3.exception.MathIllegalArgumentException
    MethodParameters:
      Name  Flags
      t     final
}
SourceFile: "FiniteDifferencesDifferentiator.java"
EnclosingMethod: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator.differentiate:(Lorg/apache/commons/math3/analysis/UnivariateFunction;)Lorg/apache/commons/math3/analysis/differentiation/UnivariateDifferentiableFunction;
NestHost: org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator
InnerClasses:
  org.apache.commons.math3.analysis.differentiation.FiniteDifferencesDifferentiator$1