Unused imports
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1370217 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8fd9c6eee0
commit
88c71ec9d7
|
@ -18,13 +18,8 @@
|
|||
package org.apache.commons.math3.optimization.fitting;
|
||||
|
||||
import org.apache.commons.math3.optimization.general.LevenbergMarquardtOptimizer;
|
||||
import org.apache.commons.math3.optimization.general.GaussNewtonOptimizer;
|
||||
import org.apache.commons.math3.optimization.DifferentiableMultivariateVectorOptimizer;
|
||||
import org.apache.commons.math3.optimization.SimpleVectorValueChecker;
|
||||
import org.apache.commons.math3.analysis.ParametricUnivariateFunction;
|
||||
import org.apache.commons.math3.analysis.polynomials.PolynomialFunction;
|
||||
import org.apache.commons.math3.util.FastMath;
|
||||
import org.apache.commons.math3.util.Precision;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
*/
|
||||
package org.apache.commons.math3.optimization.general;
|
||||
|
||||
import java.io.IOException;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
|
@ -24,7 +23,6 @@ import org.apache.commons.math3.stat.descriptive.StatisticalSummary;
|
|||
import org.apache.commons.math3.util.FastMath;
|
||||
import org.junit.Test;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Ignore;
|
||||
|
||||
/**
|
||||
* This class demonstrates the main functionality of the
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
package org.apache.commons.math3.optimization.general;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.ArrayList;
|
||||
import org.apache.commons.math3.analysis.DifferentiableMultivariateVectorFunction;
|
||||
import org.apache.commons.math3.analysis.MultivariateMatrixFunction;
|
||||
|
|
|
@ -20,8 +20,6 @@ package org.apache.commons.math3.optimization.general;
|
|||
import java.awt.geom.Point2D;
|
||||
import org.apache.commons.math3.random.RandomGenerator;
|
||||
import org.apache.commons.math3.random.Well44497b;
|
||||
import org.apache.commons.math3.util.MathUtils;
|
||||
import org.apache.commons.math3.util.FastMath;
|
||||
import org.apache.commons.math3.distribution.RealDistribution;
|
||||
import org.apache.commons.math3.distribution.UniformRealDistribution;
|
||||
import org.apache.commons.math3.distribution.NormalDistribution;
|
||||
|
|
|
@ -17,13 +17,10 @@
|
|||
|
||||
package org.apache.commons.math3.optimization.general;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.ArrayList;
|
||||
import org.apache.commons.math3.analysis.DifferentiableMultivariateVectorFunction;
|
||||
import org.apache.commons.math3.analysis.MultivariateMatrixFunction;
|
||||
import org.apache.commons.math3.analysis.UnivariateFunction;
|
||||
import org.apache.commons.math3.util.MathUtils;
|
||||
import org.apache.commons.math3.util.FastMath;
|
||||
import org.apache.commons.math3.stat.regression.SimpleRegression;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue