exa
Class TestInterpolate

java.lang.Object
  extended by exa.TestInterpolate
All Implemented Interfaces:
FunctionInt, FunctionInt2

public class TestInterpolate
extends java.lang.Object
implements FunctionInt, FunctionInt2

Example of class Interpolate use.


Constructor Summary
TestInterpolate()
           
 
Method Summary
 double functionInt(double x)
           
 double functionInt(double x, double y)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestInterpolate

public TestInterpolate()
Method Detail

functionInt

public double functionInt(double x)
Specified by:
functionInt in interface FunctionInt

functionInt

public double functionInt(double x,
                          double y)
Specified by:
functionInt in interface FunctionInt2

main

public static void main(java.lang.String[] args)