|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectflanagan.interpolation.BiCubicSpline
public class BiCubicSpline
| Constructor Summary | |
|---|---|
BiCubicSpline(double[] x1,
double[] x2,
double[][] y)
|
|
BiCubicSpline(int nP,
int mP)
|
|
| Method Summary | |
|---|---|
void |
averageIdenticalAbscissae()
|
void |
displayLimits()
|
double[][] |
getDeriv()
|
double[] |
getLimits()
|
double[] |
getXmax()
|
double[] |
getXmin()
|
double |
interpolate(double xx1,
double xx2)
|
static void |
noRoundingErrorCheck()
|
static BiCubicSpline[] |
oneDarray(int nP,
int mP,
int lP)
|
static void |
potentialRoundingError(double potentialRoundingError)
|
void |
resetData(double[] x1,
double[] x2,
double[][] y)
|
void |
setDeriv(double[][] d2ydx2)
|
static BiCubicSpline |
zero(int nP,
int mP)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BiCubicSpline(double[] x1,
double[] x2,
double[][] y)
public BiCubicSpline(int nP,
int mP)
| Method Detail |
|---|
public static void noRoundingErrorCheck()
public static void potentialRoundingError(double potentialRoundingError)
public void averageIdenticalAbscissae()
public void resetData(double[] x1,
double[] x2,
double[][] y)
public static BiCubicSpline zero(int nP,
int mP)
public static BiCubicSpline[] oneDarray(int nP,
int mP,
int lP)
public double[][] getDeriv()
public double[] getXmin()
public double[] getXmax()
public double[] getLimits()
public void displayLimits()
public void setDeriv(double[][] d2ydx2)
public double interpolate(double xx1,
double xx2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||