From fb7bf199ffc1abe68de5ce0df71fb77a32a32a4f Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Mon, 31 May 2010 23:33:13 +0000 Subject: [PATCH] Moved 2.2 changes to correct location. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949892 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index da63e5723..8fd0a40b5 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -75,6 +75,15 @@ The type attribute can be add,update,fix,remove. Fix problem with the default sparseIterator when a RealVector has exactly one non-zero entry + + Implementation of tricubic interpolation. + + + Deprecated SmoothingBicubicSplineInterpolator and SmoothingBicubicSplineInterpolatorTest. + Added BicubicSplineInterpolator and BicubicSplineInterpolatorTest. + Added SmoothingPolynomialBicubicSplineInterpolator and SmoothingPolynomialBicubicSplineInterpolatorTest. + Added method to clear the list of observations in PolynomialFitter. + - - Implementation of tricubic interpolation. - - - Deprecated SmoothingBicubicSplineInterpolator and SmoothingBicubicSplineInterpolatorTest. - Added BicubicSplineInterpolator and BicubicSplineInterpolatorTest. - Added SmoothingPolynomialBicubicSplineInterpolator and SmoothingPolynomialBicubicSplineInterpolatorTest. - Added method to clear the list of observations in PolynomialFitter. - Fix use of wrong variable in SmoothingBicubicSplineInterpolatorTest.testPreconditions()