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