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

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

public final class BicubicSplineInterpolatorTest
extends Object

Test case for the bicubic interpolator.

Version:
$Id$

Constructor Summary
BicubicSplineInterpolatorTest()
           
 
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

BicubicSplineInterpolatorTest

public BicubicSplineInterpolatorTest()
Method Detail

testPreconditions

public void testPreconditions()
Test preconditions.


testPlane

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

z = 2 x - 3 y + 5


testParaboloid

public void testParaboloid()
Test of interpolator for a paraboloid.

z = 2 x2 - 3 y2 + 4 x y - 5



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