Documentation of 'flanagan.interpolation.BiCubicSplineFast' Java class
BiCubicSplineFast
flanagan.interpolation

Class BiCubicSplineFast



  • public class BiCubicSplineFast
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor and Description
      BiCubicSplineFast(double[] x1, double[] x2, double[][] y) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      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)

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.