parent
136bf34297
commit
34f3f41960
|
@ -36,7 +36,7 @@ import org.apache.commons.math3.optim.SimpleVectorValueChecker;
|
|||
* @since 2.2
|
||||
*/
|
||||
public class SmoothingPolynomialBicubicSplineInterpolator
|
||||
extends PiecewiseBicubicSplineInterpolator {
|
||||
extends BicubicSplineInterpolator {
|
||||
/** Fitter for x. */
|
||||
private final PolynomialFitter xFitter;
|
||||
/** Degree of the fitting polynomial. */
|
||||
|
@ -92,7 +92,7 @@ public class SmoothingPolynomialBicubicSplineInterpolator
|
|||
* {@inheritDoc}
|
||||
*/
|
||||
@Override
|
||||
public PiecewiseBicubicSplineInterpolatingFunction interpolate(final double[] xval,
|
||||
public BicubicSplineInterpolatingFunction interpolate(final double[] xval,
|
||||
final double[] yval,
|
||||
final double[][] fval)
|
||||
throws NoDataException, NullArgumentException,
|
||||
|
|
Loading…
Reference in New Issue