flanagan.interpolation
Class BiCubicSplineFast

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

public class BiCubicSplineFast
extends Object


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

BiCubicSplineFast

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

interpolate

public double interpolate(double xx1,
                          double xx2)


jHepWork 3.0 ©