|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.analysis.interpolation.TricubicSplineInterpolatorTest
public final class TricubicSplineInterpolatorTest
Test case for the tricubic interpolator.
| Constructor Summary | |
|---|---|
TricubicSplineInterpolatorTest()
|
|
| Method Summary | |
|---|---|
void |
testPlane()
Test of interpolator for a plane. |
void |
testPreconditions()
Test preconditions. |
void |
testWave()
Test of interpolator for a sine wave. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TricubicSplineInterpolatorTest()
| Method Detail |
|---|
public void testPreconditions()
public void testPlane()
f(x, y, z) = 2 x - 3 y - z + 5
public void testWave()
f(x, y, z) = a cos [ω z - ky x - ky y]
with A = 0.2, ω = 0.5, kx = 2, ky = 1.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||