flanagan.interpolation
Class PolyCubicSpline
- java.lang.Object
-
- flanagan.interpolation.PolyCubicSpline
-
public class PolyCubicSpline extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description PolyCubicSpline(java.lang.Object xArrays, java.lang.Object fOfX)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidaverageIdenticalAbscissae()voiddisplayLimits()java.lang.ObjectgetDeriv()double[]getLimits()intgetNumberOfDimensions()double[]getXmax()double[]getXmin()doubleinterpolate(double[] unknownCoord)static voidnoRoundingErrorCheck()static voidpotentialRoundingError(double potentialRoundingError)voidsetDeriv(java.lang.Object internalDeriv)
-
-
-
Constructor Detail
-
PolyCubicSpline
public PolyCubicSpline(java.lang.Object xArrays, java.lang.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(java.lang.Object internalDeriv)
-
getDeriv
public java.lang.Object getDeriv()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG