Michael Thomas Flanagan's Java Scientific Library

BiCubicSplineShort Class (Deprecated):     BiCubic Spline Interpolation (fast version)

     

                                                                                                                                                                                                                                            PERMISSION TO COPY
Main Page of Michael Thomas Flanagan's Java Scientific Library

This class has been renamed BiCubicSplineFast. This version is retained for compatibility purposes.

This class is identical, in function, to BiCubicSplineFast with the following name changes:

New Name
(BiCubicSplineFast class)
Old Name
(BiCubicSplineShort class)
public BiCubicSplineFast(double[] x1, double[] x2, double[][] y) public BiCubicSplineShort(double[] x1, double[] x2, double[][] y)
public double interpolate(double xx1, double xx2) public double interpolate(double xx1, double xx2)




PERMISSION TO COPY

Permission to use, copy and modify this software and its documentation for NON-COMMERCIAL purposes is granted, without fee, provided that an acknowledgement to the author, Dr Michael Thomas Flanagan at www.ee.ucl.ac.uk/~mflanaga, appears in all copies and associated documentation or publications. Dr Michael Thomas Flanagan makes no representations about the suitability or fitness of the software for any or for a particular purpose. Dr Michael Thomas Flanagan shall not be liable for any damages suffered as a result of using, modifying or distributing this software or its derivatives.

Redistributions of the source code of this class, or parts of the source codes, must retain the copyright notice, this list of conditions and the following disclaimer (all at the top of the source code) and requires written permission from the Michael Thomas Flanagan:

Redistribution in binary form of all or parts of this class must reproduce the copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution and requires written permission from the Michael Thomas Flanagan:
.



This page was prepared by Dr Michael Thomas Flanagan