flanagan.interpolation
Class PolyCubicSpline

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

public class PolyCubicSpline
extends java.lang.Object


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

Constructor Detail

PolyCubicSpline

public PolyCubicSpline(java.lang.Object xArrays,
                       java.lang.Object fOfX)
Method Detail

interpolate

public double interpolate(double[] unknownCoord)

setDeriv

public void setDeriv(java.lang.Object internalArray)

getDeriv

public java.lang.Object getDeriv()


jHepWork 1.1 (C) Chekanov