Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0, 2.1, 2.2, 3.0
-
None
Description
I recently had a need for a linear interpolator.
I have written code for this utilising the Commons Math libraries (http://bazaar.launchpad.net/~rowlesmr/convas2/trunk/annotate/head:/au/csiro/row119/util/LinearInterpolator.java), it is available under the Apache License.
I have converted it to Apache coding conventions and altered the SplineInterpolatorTest to be the LinearInterpolatorTest and put them together as a patch.