org.das2.math
Class Interpolate

java.lang.Object
  extended by org.das2.math.Interpolate

public class Interpolate
extends java.lang.Object


Nested Class Summary
static interface Interpolate.DDoubleArray
           
static interface Interpolate.FDoubleArray
           
 
Constructor Summary
Interpolate()
           
 
Method Summary
static Interpolate.DDoubleArray interpolate(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
           
static Interpolate.DDoubleArray interpolate2(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
           
static Interpolate.DDoubleArray newDDoubleArray(double[][] array)
           
static Interpolate.DDoubleArray newDDoubleArray(int columns, int rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Interpolate

public Interpolate()
Method Detail

newDDoubleArray

public static Interpolate.DDoubleArray newDDoubleArray(double[][] array)

newDDoubleArray

public static Interpolate.DDoubleArray newDDoubleArray(int columns,
                                                       int rows)

interpolate2

public static Interpolate.DDoubleArray interpolate2(Interpolate.DDoubleArray source,
                                                    float[] xFindex,
                                                    float[] yFindex)

interpolate

public static Interpolate.DDoubleArray interpolate(Interpolate.DDoubleArray source,
                                                   float[] xFindex,
                                                   float[] yFindex)