|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolatorTest
public final class SmoothingPolynomialBicubicSplineInterpolatorTest
Test case for the smoothing bicubic interpolator.
| Constructor Summary | |
|---|---|
SmoothingPolynomialBicubicSplineInterpolatorTest()
|
|
| Method Summary | |
|---|---|
void |
testParaboloid()
Test of interpolator for a paraboloid. |
void |
testPlane()
Test of interpolator for a plane. |
void |
testPreconditions()
Test preconditions. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SmoothingPolynomialBicubicSplineInterpolatorTest()
| 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||