flanagan.interpolation
Class BiCubicSplineFirstDerivative
java.lang.Object
flanagan.interpolation.BiCubicSplineFirstDerivative
public class BiCubicSplineFirstDerivative
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BiCubicSplineFirstDerivative
public BiCubicSplineFirstDerivative(double[] x1,
double[] x2,
double[][] y)
noRoundingErrorCheck
public static void noRoundingErrorCheck()
potentialRoundingError
public static void potentialRoundingError(double potentialRoundingError)
averageIdenticalAbscissae
public void averageIdenticalAbscissae()
getXmin
public double[] getXmin()
getXmax
public double[] getXmax()
getLimits
public double[] getLimits()
displayLimits
public void displayLimits()
interpolate
public double[] interpolate(double xx1,
double xx2)
jHepWork 2.8 (©) S.Chekanov