flanagan.interpolation
Class BiCubicSplineShort

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

public class BiCubicSplineShort
extends java.lang.Object


Constructor Summary
BiCubicSplineShort(double[] x1, double[] x2, double[][] y)
           
 
Method Summary
 double interpolate(double xx1, double xx2)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BiCubicSplineShort

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

interpolate

public double interpolate(double xx1,
                          double xx2)


jHepWork 2.8 (©) S.Chekanov