|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatorTest
public final class MicrosphereInterpolatorTest
Test case for the "microsphere projection" interpolator.
| Constructor Summary | |
|---|---|
MicrosphereInterpolatorTest()
|
|
| Method Summary | |
|---|---|
void |
testLinearFunction2D()
Test of interpolator for a plane. |
void |
testParaboloid2D()
Test of interpolator for a quadratic function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MicrosphereInterpolatorTest()
| Method Detail |
|---|
public void testLinearFunction2D()
y = 2 x1 - 3 x2 + 5
public void testParaboloid2D()
y = 2 x12 - 3 x22 + 4 x1 x2 - 5
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||