MATH-1416: Depend on "Commons Numbers".

This commit is contained in:
Gilles 2018-02-28 02:29:31 +01:00
parent 0f25f11ce6
commit db37a6d844
5 changed files with 8 additions and 8 deletions

View File

@ -18,12 +18,12 @@ package org.apache.commons.math4.transform;
import java.io.Serializable;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.analysis.FunctionUtils;
import org.apache.commons.math4.analysis.UnivariateFunction;
import org.apache.commons.math4.complex.Complex;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
import org.apache.commons.math4.exception.util.LocalizedFormats;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.util.FastMath;
/**

View File

@ -17,14 +17,14 @@
package org.apache.commons.math4.transform;
import java.io.Serializable;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.analysis.FunctionUtils;
import org.apache.commons.math4.analysis.UnivariateFunction;
import org.apache.commons.math4.complex.Complex;
import org.apache.commons.math4.exception.DimensionMismatchException;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
import org.apache.commons.math4.exception.MathIllegalStateException;
import org.apache.commons.math4.exception.util.LocalizedFormats;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.util.FastMath;
import org.apache.commons.math4.util.MathArrays;

View File

@ -18,12 +18,12 @@ package org.apache.commons.math4.transform;
import java.io.Serializable;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.analysis.FunctionUtils;
import org.apache.commons.math4.analysis.UnivariateFunction;
import org.apache.commons.math4.complex.Complex;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
import org.apache.commons.math4.exception.util.LocalizedFormats;
import org.apache.commons.numbers.core.ArithmeticUtils;
import org.apache.commons.math4.util.FastMath;
/**

View File

@ -18,7 +18,7 @@ package org.apache.commons.math4.transform;
import java.util.Arrays;
import org.apache.commons.math4.complex.Complex;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.math4.exception.DimensionMismatchException;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
import org.apache.commons.math4.exception.util.LocalizedFormats;

View File

@ -18,10 +18,10 @@ package org.apache.commons.math4.transform;
import java.util.Random;
import org.apache.commons.numbers.complex.Complex;
import org.apache.commons.math4.analysis.UnivariateFunction;
import org.apache.commons.math4.analysis.function.Sin;
import org.apache.commons.math4.analysis.function.Sinc;
import org.apache.commons.math4.complex.Complex;
import org.apache.commons.math4.exception.MathIllegalArgumentException;
import org.apache.commons.math4.exception.NotStrictlyPositiveException;
import org.apache.commons.math4.exception.NumberIsTooLargeException;