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

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

public final class TricubicSplineInterpolatingFunctionTest
extends Object

Test case for the bicubic function.

Version:
$Id$

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

Constructor Detail

TricubicSplineInterpolatingFunctionTest

public TricubicSplineInterpolatingFunctionTest()
Method Detail

testPreconditions

public void testPreconditions()
Test preconditions.


testPlane

public void testPlane()
Test for a plane.

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


testWave

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