Unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/branches/MATH_2_X@1042508 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-06 01:45:19 +00:00
parent 0cbe8f66ac
commit 62cee956cb
4 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@ import java.io.Serializable;
import org.apache.commons.math.MathException;
import org.apache.commons.math.MathRuntimeException;
import org.apache.commons.math.MaxIterationsExceededException;
import org.apache.commons.math.exception.util.LocalizedFormats;
import org.apache.commons.math.special.Erf;
import org.apache.commons.math.util.FastMath;

View File

@ -17,7 +17,6 @@
package org.apache.commons.math.optimization.fitting;
import org.apache.commons.math.MathRuntimeException;
import org.apache.commons.math.exception.util.LocalizedFormats;
import org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer;
import org.apache.commons.math.optimization.OptimizationException;

View File

@ -17,7 +17,6 @@
package org.apache.commons.math.optimization.fitting;
import org.apache.commons.math.MathRuntimeException;
import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
import org.apache.commons.math.optimization.DifferentiableMultivariateVectorialOptimizer;
import org.apache.commons.math.optimization.OptimizationException;

View File

@ -21,7 +21,6 @@ import junit.framework.TestCase;
import org.apache.commons.math.ArgumentOutsideDomainException;
import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.exception.MathUserException;
/**
* Tests the PolynomialSplineFunction implementation.