public class org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator implements org.apache.commons.math3.analysis.interpolation.MultivariateInterpolator
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator
  super_class: java.lang.Object
{
  private final double exponent;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere microsphere;
    descriptor: Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final boolean sharedSphere;
    descriptor: Z
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final double noInterpolationTolerance;
    descriptor: D
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int, int, double, double, double, double, boolean, double);
    descriptor: (IIDDDDZD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=14, locals=14, args_size=9
        start local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
        start local 1 // int dimension
        start local 2 // int elements
        start local 3 // double maxDarkFraction
        start local 5 // double darkThreshold
        start local 7 // double background
        start local 9 // double exponent
        start local 11 // boolean sharedSphere
        start local 12 // double noInterpolationTolerance
         0: .line 80
            aload 0 /* this */
            new org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
            dup
            iload 1 /* dimension */
         1: .line 81
            iload 2 /* elements */
         2: .line 82
            dload 3 /* maxDarkFraction */
         3: .line 83
            dload 5 /* darkThreshold */
         4: .line 84
            dload 7 /* background */
         5: .line 85
            new org.apache.commons.math3.random.UnitSphereRandomVectorGenerator
            dup
            iload 1 /* dimension */
            invokespecial org.apache.commons.math3.random.UnitSphereRandomVectorGenerator.<init>:(I)V
         6: .line 80
            invokespecial org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.<init>:(IIDDDLorg/apache/commons/math3/random/UnitSphereRandomVectorGenerator;)V
         7: .line 86
            dload 9 /* exponent */
         8: .line 87
            iload 11 /* sharedSphere */
         9: .line 88
            dload 12 /* noInterpolationTolerance */
            invokespecial org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.<init>:(Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;DZD)V
        10: .line 89
            return
        end local 12 // double noInterpolationTolerance
        end local 11 // boolean sharedSphere
        end local 9 // double exponent
        end local 7 // double background
        end local 5 // double darkThreshold
        end local 3 // double maxDarkFraction
        end local 2 // int elements
        end local 1 // int dimension
        end local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   11     0                      this  Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            0   11     1                 dimension  I
            0   11     2                  elements  I
            0   11     3           maxDarkFraction  D
            0   11     5             darkThreshold  D
            0   11     7                background  D
            0   11     9                  exponent  D
            0   11    11              sharedSphere  Z
            0   11    12  noInterpolationTolerance  D
    MethodParameters:
                          Name  Flags
      dimension                 
      elements                  
      maxDarkFraction           
      darkThreshold             
      background                
      exponent                  
      sharedSphere              
      noInterpolationTolerance  

  public void <init>(org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere, double, boolean, double);
    descriptor: (Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;DZD)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=7, args_size=5
        start local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
        start local 1 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere microsphere
        start local 2 // double exponent
        start local 4 // boolean sharedSphere
        start local 5 // double noInterpolationTolerance
         0: .line 106
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 111
            dload 2 /* exponent */
            dconst_0
            dcmpg
            ifge 3
         2: .line 112
            new org.apache.commons.math3.exception.NotPositiveException
            dup
            dload 2 /* exponent */
            invokestatic java.lang.Double.valueOf:(D)Ljava/lang/Double;
            invokespecial org.apache.commons.math3.exception.NotPositiveException.<init>:(Ljava/lang/Number;)V
            athrow
         3: .line 115
      StackMap locals: org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere double int double
      StackMap stack:
            aload 0 /* this */
            aload 1 /* microsphere */
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.microsphere:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
         4: .line 116
            aload 0 /* this */
            dload 2 /* exponent */
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.exponent:D
         5: .line 117
            aload 0 /* this */
            iload 4 /* sharedSphere */
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.sharedSphere:Z
         6: .line 118
            aload 0 /* this */
            dload 5 /* noInterpolationTolerance */
            putfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.noInterpolationTolerance:D
         7: .line 119
            return
        end local 5 // double noInterpolationTolerance
        end local 4 // boolean sharedSphere
        end local 2 // double exponent
        end local 1 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere microsphere
        end local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    8     0                      this  Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            0    8     1               microsphere  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            0    8     2                  exponent  D
            0    8     4              sharedSphere  Z
            0    8     5  noInterpolationTolerance  D
    Exceptions:
      throws org.apache.commons.math3.exception.NotPositiveException
    MethodParameters:
                          Name  Flags
      microsphere               
      exponent                  
      sharedSphere              
      noInterpolationTolerance  

  public org.apache.commons.math3.analysis.MultivariateFunction interpolate(double[][], double[]);
    descriptor: ([[D[D)Lorg/apache/commons/math3/analysis/MultivariateFunction;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=5, args_size=3
        start local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
        start local 1 // double[][] xval
        start local 2 // double[] yval
         0: .line 132
            aload 1 /* xval */
            ifnull 2
         1: .line 133
            aload 2 /* yval */
            ifnonnull 3
         2: .line 134
      StackMap locals:
      StackMap stack:
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:()V
            athrow
         3: .line 136
      StackMap locals:
      StackMap stack:
            aload 1 /* xval */
            arraylength
            ifne 5
         4: .line 137
            new org.apache.commons.math3.exception.NoDataException
            dup
            invokespecial org.apache.commons.math3.exception.NoDataException.<init>:()V
            athrow
         5: .line 139
      StackMap locals:
      StackMap stack:
            aload 1 /* xval */
            arraylength
            aload 2 /* yval */
            arraylength
            if_icmpeq 7
         6: .line 140
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 1 /* xval */
            arraylength
            aload 2 /* yval */
            arraylength
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
         7: .line 142
      StackMap locals:
      StackMap stack:
            aload 1 /* xval */
            iconst_0
            aaload
            ifnonnull 9
         8: .line 143
            new org.apache.commons.math3.exception.NullArgumentException
            dup
            invokespecial org.apache.commons.math3.exception.NullArgumentException.<init>:()V
            athrow
         9: .line 145
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.microsphere:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.getDimension:()I
            istore 3 /* dimension */
        start local 3 // int dimension
        10: .line 146
            iload 3 /* dimension */
            aload 1 /* xval */
            iconst_0
            aaload
            arraylength
            if_icmpeq 12
        11: .line 147
            new org.apache.commons.math3.exception.DimensionMismatchException
            dup
            aload 1 /* xval */
            iconst_0
            aaload
            arraylength
            iload 3 /* dimension */
            invokespecial org.apache.commons.math3.exception.DimensionMismatchException.<init>:(II)V
            athrow
        12: .line 151
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.sharedSphere:Z
            ifeq 13
            aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.microsphere:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            goto 14
      StackMap locals:
      StackMap stack:
        13: aload 0 /* this */
            getfield org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator.microsphere:Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
            invokevirtual org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere.copy:()Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
      StackMap locals:
      StackMap stack: org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere
        14: astore 4 /* m */
        start local 4 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere m
        15: .line 153
            new org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1
            dup
            aload 0 /* this */
            aload 4 /* m */
            aload 1 /* xval */
            aload 2 /* yval */
            invokespecial org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1.<init>:(Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;[[D[D)V
            areturn
        end local 4 // org.apache.commons.math3.analysis.interpolation.InterpolatingMicrosphere m
        end local 3 // int dimension
        end local 2 // double[] yval
        end local 1 // double[][] xval
        end local 0 // org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   16     0       this  Lorg/apache/commons/math3/analysis/interpolation/MicrosphereProjectionInterpolator;
            0   16     1       xval  [[D
            0   16     2       yval  [D
           10   16     3  dimension  I
           15   16     4          m  Lorg/apache/commons/math3/analysis/interpolation/InterpolatingMicrosphere;
    Exceptions:
      throws org.apache.commons.math3.exception.DimensionMismatchException, org.apache.commons.math3.exception.NoDataException, org.apache.commons.math3.exception.NullArgumentException
    MethodParameters:
      Name  Flags
      xval  final
      yval  final
}
SourceFile: "MicrosphereProjectionInterpolator.java"
NestMembers:
  org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1
InnerClasses:
  org.apache.commons.math3.analysis.interpolation.MicrosphereProjectionInterpolator$1