|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.commons.math.analysis.interpolation.TricubicSplineFunction
class TricubicSplineFunction
3D-spline function.
| Field Summary | |
|---|---|
private double[][][] |
a
Coefficients |
private static short |
N
Number of points. |
| Constructor Summary | |
|---|---|
TricubicSplineFunction(double[] aV)
|
|
| Method Summary | |
|---|---|
double |
value(double x,
double y,
double z)
Compute the value for the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final short N
private final double[][][] a
| Constructor Detail |
|---|
public TricubicSplineFunction(double[] aV)
aV - List of spline coefficients.| Method Detail |
|---|
public double value(double x,
double y,
double z)
TrivariateRealFunction
value in interface TrivariateRealFunctionx - x-coordinate of the interpolation point.y - y-coordinate of the interpolation point.z - z-coordinate of the interpolation point.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||