flanagan.interpolation
Class PolyCubicSplineFast

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

public class PolyCubicSplineFast
extends java.lang.Object


Constructor Summary
PolyCubicSplineFast(java.lang.Object xArrays, java.lang.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(java.lang.Object xArrays,
                           java.lang.Object fOfX)
Method Detail

interpolate

public double interpolate(double[] unknownCoord)


jHepWork 2.8 (©) S.Chekanov