MATH-1138 #comment added deprecation and accuracy warnings

This commit is contained in:
Hank Grabowski 2014-10-20 22:13:59 -04:00 committed by Luc Maisonobe
parent 7200c43dea
commit 79ae77fda8
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,8 @@ import org.apache.commons.math3.exception.NumberIsTooSmallException;
import org.apache.commons.math3.util.MathArrays;
/**
* Generates a bicubic interpolating function.
* Generates a bicubic interpolating function. Due to numerical accuracy issues this should not
* be used.
*
* @since 2.2
* @deprecated as of 3.4 replaced by {@link org.apache.commons.math3.analysis.interpolation.PiecewiseBicubicSplineInterpolator}