flanagan.interpolation
Class PolyCubicSplineFast

java.lang.Object
  extended by flanagan.interpolation.PolyCubicSplineFast

public class PolyCubicSplineFast
extends Object


Constructor Summary
PolyCubicSplineFast(Object xArrays, Object fOfX)
           
 
Method Summary
 double interpolate(double[] unknownCoord)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolyCubicSplineFast

public PolyCubicSplineFast(Object xArrays,
                           Object fOfX)
Method Detail

interpolate

public double interpolate(double[] unknownCoord)


jHepWork 3.1 ©