|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectflanagan.interpolation.BiCubicSplineFast
public class BiCubicSplineFast
Constructor Summary | |
---|---|
BiCubicSplineFast(double[] x1,
double[] x2,
double[][] y)
|
Method Summary | |
---|---|
double |
interpolate(double xx1,
double xx2)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BiCubicSplineFast(double[] x1, double[] x2, double[][] y)
Method Detail |
---|
public double interpolate(double xx1, double xx2)
|
|||||||||
PREV CLASS NEXT CLASS | All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |