Unused imports

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1042424 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Sebastian Bazley 2010-12-05 19:27:21 +00:00
parent fa4b8869dc
commit 7360926beb
12 changed files with 0 additions and 24 deletions

View File

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

View File

@ -16,8 +16,6 @@
*/ */
package org.apache.commons.math.exception; package org.apache.commons.math.exception;
import java.util.Locale;
import org.apache.commons.math.exception.util.Localizable; import org.apache.commons.math.exception.util.Localizable;
import org.apache.commons.math.exception.util.LocalizedFormats; import org.apache.commons.math.exception.util.LocalizedFormats;

View File

@ -21,7 +21,6 @@ import org.apache.commons.math.exception.NonMonotonousSequenceException;
import org.apache.commons.math.analysis.Expm1Function; import org.apache.commons.math.analysis.Expm1Function;
import org.apache.commons.math.analysis.SinFunction; import org.apache.commons.math.analysis.SinFunction;
import org.apache.commons.math.analysis.UnivariateRealFunction; import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.exception.MathUserException;
import org.apache.commons.math.util.FastMath; import org.apache.commons.math.util.FastMath;
import junit.framework.TestCase; import junit.framework.TestCase;

View File

@ -16,17 +16,12 @@
*/ */
package org.apache.commons.math.analysis.solvers; package org.apache.commons.math.analysis.solvers;
import org.apache.commons.math.MathException;
import org.apache.commons.math.TestUtils;
import org.apache.commons.math.analysis.SinFunction;
import org.apache.commons.math.analysis.polynomials.PolynomialFunction; import org.apache.commons.math.analysis.polynomials.PolynomialFunction;
import org.apache.commons.math.complex.Complex;
import org.apache.commons.math.exception.NumberIsTooLargeException; import org.apache.commons.math.exception.NumberIsTooLargeException;
import org.apache.commons.math.exception.NoBracketingException; import org.apache.commons.math.exception.NoBracketingException;
import org.apache.commons.math.util.FastMath; import org.apache.commons.math.util.FastMath;
import org.junit.Assert; import org.junit.Assert;
import org.junit.Test; import org.junit.Test;
import org.junit.Ignore;
/** /**
* Testcase for Laguerre solver. * Testcase for Laguerre solver.

View File

@ -16,7 +16,6 @@
*/ */
package org.apache.commons.math.analysis.solvers; package org.apache.commons.math.analysis.solvers;
import org.apache.commons.math.analysis.MonitoredFunction;
import org.apache.commons.math.analysis.QuinticFunction; import org.apache.commons.math.analysis.QuinticFunction;
import org.apache.commons.math.analysis.SinFunction; import org.apache.commons.math.analysis.SinFunction;
import org.apache.commons.math.analysis.UnivariateRealFunction; import org.apache.commons.math.analysis.UnivariateRealFunction;

View File

@ -17,7 +17,6 @@
package org.apache.commons.math.analysis.solvers; package org.apache.commons.math.analysis.solvers;
import org.apache.commons.math.MathException;
import org.apache.commons.math.analysis.SinFunction; import org.apache.commons.math.analysis.SinFunction;
import org.apache.commons.math.analysis.QuinticFunction; import org.apache.commons.math.analysis.QuinticFunction;
import org.apache.commons.math.analysis.UnivariateRealFunction; import org.apache.commons.math.analysis.UnivariateRealFunction;

View File

@ -26,11 +26,8 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.util.FastMath; import org.apache.commons.math.util.FastMath;
import org.apache.commons.math.exception.OutOfRangeException; import org.apache.commons.math.exception.OutOfRangeException;
import org.apache.commons.math.analysis.function.Abs; import org.apache.commons.math.analysis.function.Abs;
import org.apache.commons.math.analysis.function.Acosh;
import org.apache.commons.math.analysis.function.Acos; import org.apache.commons.math.analysis.function.Acos;
import org.apache.commons.math.analysis.function.Asinh;
import org.apache.commons.math.analysis.function.Asin; import org.apache.commons.math.analysis.function.Asin;
import org.apache.commons.math.analysis.function.Atanh;
import org.apache.commons.math.analysis.function.Atan; import org.apache.commons.math.analysis.function.Atan;
import org.apache.commons.math.analysis.function.Cbrt; import org.apache.commons.math.analysis.function.Cbrt;
import org.apache.commons.math.analysis.function.Cosh; import org.apache.commons.math.analysis.function.Cosh;
@ -41,7 +38,6 @@ import org.apache.commons.math.analysis.function.Inverse;
import org.apache.commons.math.analysis.function.Log10; import org.apache.commons.math.analysis.function.Log10;
import org.apache.commons.math.analysis.function.Log1p; import org.apache.commons.math.analysis.function.Log1p;
import org.apache.commons.math.analysis.function.Log; import org.apache.commons.math.analysis.function.Log;
import org.apache.commons.math.analysis.function.Pow;
import org.apache.commons.math.analysis.function.Sinh; import org.apache.commons.math.analysis.function.Sinh;
import org.apache.commons.math.analysis.function.Sin; import org.apache.commons.math.analysis.function.Sin;
import org.apache.commons.math.analysis.function.Sqrt; import org.apache.commons.math.analysis.function.Sqrt;

View File

@ -26,11 +26,8 @@ import org.apache.commons.math.analysis.UnivariateRealFunction;
import org.apache.commons.math.util.FastMath; import org.apache.commons.math.util.FastMath;
import org.apache.commons.math.exception.OutOfRangeException; import org.apache.commons.math.exception.OutOfRangeException;
import org.apache.commons.math.analysis.function.Abs; import org.apache.commons.math.analysis.function.Abs;
import org.apache.commons.math.analysis.function.Acosh;
import org.apache.commons.math.analysis.function.Acos; import org.apache.commons.math.analysis.function.Acos;
import org.apache.commons.math.analysis.function.Asinh;
import org.apache.commons.math.analysis.function.Asin; import org.apache.commons.math.analysis.function.Asin;
import org.apache.commons.math.analysis.function.Atanh;
import org.apache.commons.math.analysis.function.Atan; import org.apache.commons.math.analysis.function.Atan;
import org.apache.commons.math.analysis.function.Cbrt; import org.apache.commons.math.analysis.function.Cbrt;
import org.apache.commons.math.analysis.function.Cosh; import org.apache.commons.math.analysis.function.Cosh;
@ -41,7 +38,6 @@ import org.apache.commons.math.analysis.function.Inverse;
import org.apache.commons.math.analysis.function.Log10; import org.apache.commons.math.analysis.function.Log10;
import org.apache.commons.math.analysis.function.Log1p; import org.apache.commons.math.analysis.function.Log1p;
import org.apache.commons.math.analysis.function.Log; import org.apache.commons.math.analysis.function.Log;
import org.apache.commons.math.analysis.function.Pow;
import org.apache.commons.math.analysis.function.Sinh; import org.apache.commons.math.analysis.function.Sinh;
import org.apache.commons.math.analysis.function.Sin; import org.apache.commons.math.analysis.function.Sin;
import org.apache.commons.math.analysis.function.Sqrt; import org.apache.commons.math.analysis.function.Sqrt;

View File

@ -19,7 +19,6 @@ package org.apache.commons.math.ode.nonstiff;
import junit.framework.TestCase; import junit.framework.TestCase;
import org.apache.commons.math.ConvergenceException;
import org.apache.commons.math.exception.util.LocalizedFormats; import org.apache.commons.math.exception.util.LocalizedFormats;
import org.apache.commons.math.exception.TooManyEvaluationsException; import org.apache.commons.math.exception.TooManyEvaluationsException;
import org.apache.commons.math.exception.MathUserException; import org.apache.commons.math.exception.MathUserException;

View File

@ -23,7 +23,6 @@ import static org.junit.Assert.fail;
import java.io.Serializable; import java.io.Serializable;
import org.apache.commons.math.exception.ConvergenceException;
import org.apache.commons.math.exception.MathUserException; import org.apache.commons.math.exception.MathUserException;
import org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction; import org.apache.commons.math.analysis.DifferentiableMultivariateVectorialFunction;
import org.apache.commons.math.analysis.MultivariateMatrixFunction; import org.apache.commons.math.analysis.MultivariateMatrixFunction;

View File

@ -19,7 +19,6 @@ package org.apache.commons.math.optimization.general;
import java.awt.geom.Point2D; import java.awt.geom.Point2D;
import java.io.Serializable; import java.io.Serializable;
import java.util.ArrayList;
import java.util.Arrays; import java.util.Arrays;
import junit.framework.TestCase; import junit.framework.TestCase;

View File

@ -19,8 +19,6 @@ package org.apache.commons.math.optimization.general;
import java.awt.geom.Point2D; import java.awt.geom.Point2D;
import java.io.Serializable; import java.io.Serializable;
import java.util.ArrayList;
import org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction; import org.apache.commons.math.analysis.DifferentiableMultivariateRealFunction;
import org.apache.commons.math.analysis.MultivariateRealFunction; import org.apache.commons.math.analysis.MultivariateRealFunction;
import org.apache.commons.math.analysis.MultivariateVectorialFunction; import org.apache.commons.math.analysis.MultivariateVectorialFunction;