flanagan.interpolation
Class BiCubicSplineFirstDerivative

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

public class BiCubicSplineFirstDerivative
extends Object


Constructor Summary
BiCubicSplineFirstDerivative(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

BiCubicSplineFirstDerivative

public BiCubicSplineFirstDerivative(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 3.1 ©