flanagan.interpolation
Class PolyCubicSpline
java.lang.Object
flanagan.interpolation.PolyCubicSpline
public class PolyCubicSpline
- extends java.lang.Object
Constructor Summary |
PolyCubicSpline(java.lang.Object xArrays,
java.lang.Object fOfX)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PolyCubicSpline
public PolyCubicSpline(java.lang.Object xArrays,
java.lang.Object fOfX)
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(java.lang.Object internalDeriv)
getDeriv
public java.lang.Object getDeriv()
jHepWork 2.8 (©) S.Chekanov