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