public class Interpolate
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static interface |
Interpolate.DDoubleArray |
static interface |
Interpolate.FDoubleArray |
Constructor and Description |
---|
Interpolate() |
Modifier and Type | Method and Description |
---|---|
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) |
public static Interpolate.DDoubleArray newDDoubleArray(double[][] array)
public static Interpolate.DDoubleArray newDDoubleArray(int columns, int rows)
public static Interpolate.DDoubleArray interpolate2(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)
public static Interpolate.DDoubleArray interpolate(Interpolate.DDoubleArray source, float[] xFindex, float[] yFindex)