|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectflanagan.interpolation.CubicSplineShort
public class CubicSplineShort
| Constructor Summary | |
|---|---|
CubicSplineShort(double[] x,
double[] y)
|
|
CubicSplineShort(int nPoints)
|
|
| Method Summary | |
|---|---|
void |
calcDeriv()
|
double |
interpolate(double xx)
|
static CubicSplineShort[] |
oneDarray(int n,
int m)
|
void |
resetData(double[] x,
double[] y)
|
static CubicSplineShort |
zero(int n)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CubicSplineShort(double[] x,
double[] y)
public CubicSplineShort(int nPoints)
| Method Detail |
|---|
public void resetData(double[] x,
double[] y)
public static CubicSplineShort zero(int n)
public static CubicSplineShort[] oneDarray(int n,
int m)
public void calcDeriv()
public double interpolate(double xx)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||