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

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

  private final double[][] val$xval;
    descriptor: [[D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final double[] val$yval;
    descriptor: [D
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator, org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere, double[][], double[]);
    descriptor: (Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;[[D[D)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1 this
         0: .line 153
            aload 0 /* this */
            aload 1
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.this$0:Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            aload 0 /* this */
            aload 2
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$m:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            aload 0 /* this */
            aload 3
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$xval:[[D
            aload 0 /* this */
            aload 4
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$yval:[D
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator$1;
    MethodParameters:
          Name  Flags
      this$0    final
      val$m     final
      val$xval  final
      val$yval  final

  public double value(double[]);
    descriptor: ([D)D
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=2, args_size=2
        start local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1 this
        start local 1 // double[] point
         0: .line 156
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$m:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            aload 1 /* point */
         1: .line 157
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$xval:[[D
         2: .line 158
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.val$yval:[D
         3: .line 159
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.this$0:Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.exponent:D
         4: .line 160
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.this$0:Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.noInterpolationTolerance:D
         5: .line 156
            invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.value:([D[[D[DDD)D
            dreturn
        end local 1 // double[] point
        end local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1 this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    6     0   this  Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator$1;
            0    6     1  point  [D
    MethodParameters:
       Name  Flags
      point  
}
SourceFile: "MicrosphereProjectionInterpolator.java"
EnclosingMethod: org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.interpolate:([[D[D)Lorg/apache/commons/math3/analysis/MultivariateFunction;
NestHost: org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator
InnerClasses:
  org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1