flanagan.interpolation
Class BiCubicSplinePartialDerivative

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

public class BiCubicSplinePartialDerivative
extends java.lang.Object


Constructor Summary
BiCubicSplinePartialDerivative(double[] x1, double[] x2, double[][] y)
           
 
Method Summary
 void averageIdenticalAbscissae()
           
 void displayLimits()
           
 double[] getLimits()
           
 double[] getXmax()
           
 double[] getXmin()
           
 double[] interpolate(double xx1, double xx2)
           
static void noRoundingErrorCheck()
           
static void potentialRoundingError(double potentialRoundingError)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiCubicSplinePartialDerivative

public BiCubicSplinePartialDerivative(double[] x1,
                                      double[] x2,
                                      double[][] y)
Method Detail

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