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

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

public final class SmoothingPolynomialBicubicSplineInterpolatorTest
extends Object

Test case for the smoothing bicubic interpolator.

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

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

SmoothingPolynomialBicubicSplineInterpolatorTest

public SmoothingPolynomialBicubicSplineInterpolatorTest()
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.