mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
MATH-1416: Depend on "Commons Numbers".
This commit is contained in:
parent
0f25f11ce6
commit
db37a6d844
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
/**
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user