Unused "import" statements.
This commit is contained in:
parent
6e5577ad8a
commit
f7e0d74352
|
@ -17,8 +17,6 @@
|
|||
|
||||
package org.apache.commons.math4.field.linalg;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Interface handling decomposition algorithms that can solve {@code A X = B}.
|
||||
*
|
||||
|
|
|
@ -17,11 +17,8 @@
|
|||
|
||||
package org.apache.commons.math4.field.linalg;
|
||||
|
||||
import java.util.List;
|
||||
import java.util.ArrayList;
|
||||
import org.apache.commons.numbers.field.Field;
|
||||
import org.apache.commons.math4.linear.SingularMatrixException;
|
||||
import org.apache.commons.math4.exception.DimensionMismatchException;
|
||||
|
||||
/**
|
||||
* Calculates the LUP-decomposition of a square matrix.
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
package org.apache.commons.math4.geometry.euclidean.threed;
|
||||
|
||||
import java.io.Serializable;
|
||||
import java.text.NumberFormat;
|
||||
|
||||
import org.apache.commons.geometry.euclidean.threed.Vector3D;
|
||||
import org.apache.commons.math4.RealFieldElement;
|
||||
|
|
|
@ -17,16 +17,12 @@
|
|||
|
||||
package org.apache.commons.math4.ode.nonstiff;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
import org.apache.commons.numbers.fraction.BigFraction;
|
||||
import org.apache.commons.numbers.field.BigFractionField;
|
||||
import org.apache.commons.math4.linear.Array2DRowFieldMatrix;
|
||||
import org.apache.commons.math4.linear.Array2DRowRealMatrix;
|
||||
import org.apache.commons.math4.linear.ArrayFieldVector;
|
||||
import org.apache.commons.math4.linear.MatrixUtils;
|
||||
import org.apache.commons.math4.linear.QRDecomposition;
|
||||
import org.apache.commons.math4.linear.RealMatrix;
|
||||
import org.apache.commons.math4.field.linalg.FieldDenseMatrix;
|
||||
|
|
|
@ -24,7 +24,6 @@ import org.apache.commons.math4.exception.ConvergenceException;
|
|||
import org.apache.commons.math4.exception.MathIllegalArgumentException;
|
||||
import org.apache.commons.math4.exception.util.LocalizedFormats;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.apache.commons.math4.util.MathArrays;
|
||||
|
||||
/**
|
||||
* This class provides computation methods related to Bessel
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
|
||||
package org.apache.commons.math4.stat.inference;
|
||||
|
||||
import java.math.BigDecimal;
|
||||
import java.math.RoundingMode;
|
||||
import java.util.Arrays;
|
||||
|
||||
|
|
|
@ -21,7 +21,6 @@ import java.util.Arrays;
|
|||
|
||||
import org.apache.commons.math4.exception.OutOfRangeException;
|
||||
import org.apache.commons.math4.util.FastMath;
|
||||
import org.apache.commons.math4.util.MathArrays;
|
||||
|
||||
/**
|
||||
* Results of a Multiple Linear Regression model fit.
|
||||
|
|
Loading…
Reference in New Issue