|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.analysis.interpolation.BicubicSplineInterpolatingFunctionTest
public final class BicubicSplineInterpolatingFunctionTest
Test case for the bicubic function.
| Constructor Summary | |
|---|---|
BicubicSplineInterpolatingFunctionTest()
|
|
| Method Summary | |
|---|---|
void |
testMatchingPartialDerivatives()
Test that the partial derivatives computed from a BicubicSplineInterpolatingFunction match the input data. |
void |
testParaboloid()
Test for a paraboloid. |
void |
testPlane()
Test for a plane. |
void |
testPreconditions()
Test preconditions. |
void |
testSplinePartialDerivatives()
Test for partial derivatives of BicubicSplineFunction. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BicubicSplineInterpolatingFunctionTest()
| Method Detail |
|---|
public void testPreconditions()
public void testPlane()
z = 2 x - 3 y + 5
public void testParaboloid()
z = 2 x2 - 3 y2 + 4 x y - 5
public void testSplinePartialDerivatives()
BicubicSplineFunction.
f(x, y) = ΣiΣj (i+1) (j+2) xi yj
public void testMatchingPartialDerivatives()
BicubicSplineInterpolatingFunction match the input data.
f(x, y) = 5 - 3 x + 2 y - x y + 2 x2 - 3 y2 + 4 x2 y - x y2 - 3 x3 + y3
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||