org.apache.commons.math3.analysis.interpolation
Class MicrosphereInterpolatorTest

java.lang.Object
  extended by org.apache.commons.math3.analysis.interpolation.MicrosphereInterpolatorTest

public final class MicrosphereInterpolatorTest
extends Object

Test case for the "microsphere projection" interpolator.

Version:
$Id: MicrosphereInterpolatorTest.java 1244107 2012-02-14 16:17:55Z erans $

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

MicrosphereInterpolatorTest

public MicrosphereInterpolatorTest()
Method Detail

testLinearFunction2D

public void testLinearFunction2D()
Test of interpolator for a plane.

y = 2 x1 - 3 x2 + 5


testParaboloid2D

public void testParaboloid2D()
Test of interpolator for a quadratic function.

y = 2 x12 - 3 x22 + 4 x1 x2 - 5



Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.