removed unnecessary imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@949410 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
055114a796
commit
24e05bf7e9
|
@ -20,8 +20,6 @@ import org.apache.commons.math.DimensionMismatchException;
|
|||
import org.apache.commons.math.MathRuntimeException;
|
||||
import org.apache.commons.math.MathException;
|
||||
import org.apache.commons.math.util.MathUtils;
|
||||
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
||||
import org.apache.commons.math.analysis.BivariateRealFunction;
|
||||
import org.apache.commons.math.optimization.general.GaussNewtonOptimizer;
|
||||
import org.apache.commons.math.optimization.fitting.PolynomialFitter;
|
||||
import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
|
||||
|
|
|
@ -20,8 +20,6 @@ import org.apache.commons.math.DimensionMismatchException;
|
|||
import org.apache.commons.math.MathRuntimeException;
|
||||
import org.apache.commons.math.MathException;
|
||||
import org.apache.commons.math.util.MathUtils;
|
||||
import org.apache.commons.math.analysis.UnivariateRealFunction;
|
||||
import org.apache.commons.math.analysis.polynomials.PolynomialSplineFunction;
|
||||
|
||||
/**
|
||||
* Generates a tricubic interpolating function.
|
||||
|
|
Loading…
Reference in New Issue