Deprecation
Deprecating classes whose functionality is based on buggy code in "BicubicSplinInterpolatingFunction" (MATH-1166).
This commit is contained in:
parent
34f3f41960
commit
c53f210610
|
@ -34,7 +34,9 @@ import org.apache.commons.math3.optim.SimpleVectorValueChecker;
|
|||
* polynomial fitting.
|
||||
*
|
||||
* @since 2.2
|
||||
* @deprecated To be removed in 4.0 (see MATH-1166).
|
||||
*/
|
||||
@Deprecated
|
||||
public class SmoothingPolynomialBicubicSplineInterpolator
|
||||
extends BicubicSplineInterpolator {
|
||||
/** Fitter for x. */
|
||||
|
|
|
@ -34,7 +34,9 @@ import org.apache.commons.math3.util.MathArrays;
|
|||
* </quote>
|
||||
*
|
||||
* @since 2.2
|
||||
* @deprecated To be removed in 4.0 (see MATH-1166).
|
||||
*/
|
||||
@Deprecated
|
||||
public class TricubicSplineInterpolatingFunction
|
||||
implements TrivariateFunction {
|
||||
/**
|
||||
|
|
|
@ -26,7 +26,9 @@ import org.apache.commons.math3.util.MathArrays;
|
|||
* Generates a tricubic interpolating function.
|
||||
*
|
||||
* @since 2.2
|
||||
* @deprecated To be removed in 4.0 (see MATH-1166).
|
||||
*/
|
||||
@Deprecated
|
||||
public class TricubicSplineInterpolator
|
||||
implements TrivariateGridInterpolator {
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue