Class "ComplexUtils" was moved to another module.
This commit is contained in:
parent
3a03e2a631
commit
e37de249b1
6
pom.xml
6
pom.xml
|
@ -383,6 +383,12 @@
|
|||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-complex-streams</artifactId>
|
||||
<version>1.0-SNAPSHOT</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.commons</groupId>
|
||||
<artifactId>commons-numbers-gamma</artifactId>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
package org.apache.commons.math4.analysis.solvers;
|
||||
|
||||
import org.apache.commons.numbers.complex.Complex;
|
||||
import org.apache.commons.numbers.complex.ComplexUtils;
|
||||
import org.apache.commons.numbers.complex.streams.ComplexUtils;
|
||||
import org.apache.commons.math4.analysis.polynomials.PolynomialFunction;
|
||||
import org.apache.commons.math4.exception.NoBracketingException;
|
||||
import org.apache.commons.math4.exception.NoDataException;
|
||||
|
|
Loading…
Reference in New Issue