delete unused imports
This commit is contained in:
parent
f623bcf880
commit
2ae97f4038
|
@ -17,7 +17,6 @@
|
|||
package org.apache.commons.math4.analysis.solvers;
|
||||
|
||||
import org.apache.commons.numbers.complex.Complex;
|
||||
import org.apache.commons.numbers.core.Precision;
|
||||
import org.apache.commons.math4.analysis.polynomials.PolynomialFunction;
|
||||
import org.apache.commons.math4.analysis.solvers.LaguerreSolver;
|
||||
import org.apache.commons.math4.exception.NoBracketingException;
|
||||
|
|
|
@ -28,7 +28,6 @@ import org.apache.commons.math4.fitting.HarmonicCurveFitter;
|
|||
import org.apache.commons.math4.fitting.WeightedObservedPoint;
|
||||
import org.apache.commons.math4.fitting.WeightedObservedPoints;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.apache.commons.math4.util.MathUtils;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -17,11 +17,6 @@
|
|||
|
||||
package org.apache.commons.math4.geometry.euclidean.threed;
|
||||
|
||||
import java.text.DecimalFormat;
|
||||
import java.text.DecimalFormatSymbols;
|
||||
import java.text.NumberFormat;
|
||||
import java.util.Locale;
|
||||
|
||||
import org.apache.commons.geometry.euclidean.threed.Vector3D;
|
||||
import org.apache.commons.math4.analysis.differentiation.DerivativeStructure;
|
||||
import org.apache.commons.math4.exception.DimensionMismatchException;
|
||||
|
|
|
@ -27,7 +27,6 @@ import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
|||
import org.apache.commons.math4.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.util.BigReal;
|
||||
import org.apache.commons.math4.util.BigRealField;
|
||||
import org.apache.commons.math4.linear.ArrayFieldVector;
|
||||
|
|
|
@ -29,7 +29,6 @@ import org.apache.commons.math4.exception.NullArgumentException;
|
|||
import org.apache.commons.math4.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.util.BigReal;
|
||||
import org.apache.commons.math4.util.BigRealField;
|
||||
import org.apache.commons.math4.linear.ArrayFieldVector;
|
||||
|
|
|
@ -21,7 +21,6 @@ import org.junit.Test;
|
|||
import org.junit.Assert;
|
||||
import org.apache.commons.math4.TestUtils;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
import org.apache.commons.math4.linear.FieldLUDecomposition;
|
||||
import org.apache.commons.math4.linear.FieldMatrix;
|
||||
|
|
|
@ -19,7 +19,6 @@ package org.apache.commons.math4.linear;
|
|||
|
||||
import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
import org.apache.commons.math4.linear.FieldDecompositionSolver;
|
||||
import org.apache.commons.math4.linear.FieldLUDecomposition;
|
||||
|
|
|
@ -28,7 +28,6 @@ import org.apache.commons.math4.exception.NullArgumentException;
|
|||
import org.apache.commons.math4.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.util.BigReal;
|
||||
import org.apache.commons.math4.util.BigRealField;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
|
|
|
@ -23,7 +23,6 @@ import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
|||
import org.apache.commons.math4.exception.NotStrictlyPositiveException;
|
||||
import org.apache.commons.math4.exception.NullArgumentException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.linear.Dfp25;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
import org.apache.commons.math4.linear.Array2DRowRealMatrix;
|
||||
|
|
|
@ -59,7 +59,6 @@ import org.apache.commons.math4.linear.RealVector;
|
|||
import org.apache.commons.math4.linear.RealVectorChangingVisitor;
|
||||
import org.apache.commons.math4.linear.RealVectorPreservingVisitor;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.apache.commons.math4.util.MathArrays;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -25,7 +25,6 @@ import org.apache.commons.math4.exception.NullArgumentException;
|
|||
import org.apache.commons.math4.exception.NumberIsTooSmallException;
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.math4.dfp.Dfp;
|
||||
import org.apache.commons.math4.dfp.DfpField;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
import org.apache.commons.math4.linear.ArrayFieldVector;
|
||||
import org.apache.commons.math4.linear.FieldLUDecomposition;
|
||||
|
|
|
@ -17,9 +17,7 @@ import java.util.Locale;
|
|||
|
||||
import org.apache.commons.math4.TestUtils;
|
||||
import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
||||
import org.apache.commons.math4.exception.NullArgumentException;
|
||||
import org.apache.commons.math4.stat.descriptive.DescriptiveStatistics;
|
||||
import static org.apache.commons.math4.stat.descriptive.DescriptiveStatistics.copy;
|
||||
import org.apache.commons.math4.stat.descriptive.SummaryStatistics;
|
||||
import org.apache.commons.math4.stat.descriptive.UnivariateStatistic;
|
||||
import org.apache.commons.math4.stat.descriptive.moment.GeometricMean;
|
||||
|
@ -30,12 +28,10 @@ import org.apache.commons.math4.stat.descriptive.rank.Min;
|
|||
import org.apache.commons.math4.stat.descriptive.rank.Percentile;
|
||||
import org.apache.commons.math4.stat.descriptive.summary.Sum;
|
||||
import org.apache.commons.math4.stat.descriptive.summary.SumOfSquares;
|
||||
import org.apache.commons.math4.util.ResizableDoubleArray;
|
||||
import org.apache.commons.numbers.core.Precision;
|
||||
import org.apache.commons.rng.UniformRandomProvider;
|
||||
import org.apache.commons.rng.simple.RandomSource;
|
||||
import org.junit.Assert;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
|
|
|
@ -17,18 +17,14 @@
|
|||
package org.apache.commons.math4.util;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.commons.math4.exception.MathArithmeticException;
|
||||
import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
||||
import org.apache.commons.math4.exception.NotPositiveException;
|
||||
import org.apache.commons.math4.exception.NumberIsTooLargeException;
|
||||
import org.apache.commons.numbers.core.ArithmeticUtils;
|
||||
import org.apache.commons.numbers.combinatorics.BinomialCoefficient;
|
||||
import org.apache.commons.math4.util.CombinatoricsUtils;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -25,8 +25,6 @@ import org.apache.commons.math4.exception.NotANumberException;
|
|||
import org.apache.commons.math4.exception.NotPositiveException;
|
||||
import org.apache.commons.math4.exception.NotStrictlyPositiveException;
|
||||
import org.apache.commons.math4.exception.NullArgumentException;
|
||||
import org.apache.commons.rng.UniformRandomProvider;
|
||||
import org.apache.commons.rng.simple.RandomSource;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.apache.commons.math4.util.MathArrays;
|
||||
import org.apache.commons.numbers.core.Precision;
|
||||
|
|
Loading…
Reference in New Issue