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