Uses of Interface
org.das2.math.Interpolate.DDoubleArray

Packages that use Interpolate.DDoubleArray
org.das2.math Provides implementations of complex mathematical functions, such as FFT, Poisson distribution generator, contouring, interpolation, fitting, etc. 
 

Uses of Interpolate.DDoubleArray in org.das2.math
 

Methods in org.das2.math that return Interpolate.DDoubleArray
static Interpolate.DDoubleArray Interpolate.interpolate(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
           
static Interpolate.DDoubleArray Interpolate.interpolate2(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
           
static Interpolate.DDoubleArray Interpolate.newDDoubleArray(double[][] array)
           
static Interpolate.DDoubleArray Interpolate.newDDoubleArray(int columns, int rows)
           
 

Methods in org.das2.math with parameters of type Interpolate.DDoubleArray
static Interpolate.DDoubleArray Interpolate.interpolate(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
           
static Interpolate.DDoubleArray Interpolate.interpolate2(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)