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

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

public final class TricubicSplineInterpolatorTest
extends Object

Test case for the tricubic interpolator.

Version:
$Id$

Constructor Summary
TricubicSplineInterpolatorTest()
           
 
Method Summary
 void testPlane()
          Test of interpolator for a plane.
 void testPreconditions()
          Test preconditions.
 void testWave()
          Test of interpolator for a sine wave.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TricubicSplineInterpolatorTest

public TricubicSplineInterpolatorTest()
Method Detail

testPreconditions

public void testPreconditions()
Test preconditions.


testPlane

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

f(x, y, z) = 2 x - 3 y - z + 5


testWave

public void testWave()
Test of interpolator for a sine wave.

f(x, y, z) = a cos [ω z - ky x - ky y]

with A = 0.2, ω = 0.5, kx = 2, ky = 1.



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