|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsears.tools.LinearInterpolation
public class LinearInterpolation
LinearInterpolation This class permits to perform linear interpolation by segments.
Constructor Summary | |
---|---|
LinearInterpolation(double[] x,
double[] y)
|
Method Summary | |
---|---|
double |
interpolate(double xx)
|
void |
resetDatas(double[] x,
double[] y)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LinearInterpolation(double[] x, double[] y)
Method Detail |
---|
public void resetDatas(double[] x, double[] y)
public double interpolate(double xx)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |