|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.das2.math.Interpolate
public class Interpolate
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 |
---|
public Interpolate()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |