flanagan.interpolation
Class PolyCubicSpline

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

public class PolyCubicSpline
extends Object


Constructor Summary
PolyCubicSpline(Object xArrays, Object fOfX)
           
 
Method Summary
 void averageIdenticalAbscissae()
           
 void displayLimits()
           
 Object getDeriv()
           
 double[] getLimits()
           
 int getNumberOfDimensions()
           
 double[] getXmax()
           
 double[] getXmin()
           
 double interpolate(double[] unknownCoord)
           
static void noRoundingErrorCheck()
           
static void potentialRoundingError(double potentialRoundingError)
           
 void setDeriv(Object internalDeriv)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolyCubicSpline

public PolyCubicSpline(Object xArrays,
                       Object fOfX)
Method Detail

noRoundingErrorCheck

public static void noRoundingErrorCheck()

potentialRoundingError

public static void potentialRoundingError(double potentialRoundingError)

getXmin

public double[] getXmin()

getXmax

public double[] getXmax()

getNumberOfDimensions

public int getNumberOfDimensions()

getLimits

public double[] getLimits()

displayLimits

public void displayLimits()

averageIdenticalAbscissae

public void averageIdenticalAbscissae()

interpolate

public double interpolate(double[] unknownCoord)

setDeriv

public void setDeriv(Object internalDeriv)

getDeriv

public Object getDeriv()


jHepWork 3.1 ©