Package org.ujmp.core.util
Class Complex
java.lang.Object
org.ujmp.core.util.Complex
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
real
private final double real -
img
private final double img
-
-
Constructor Details
-
Complex
public Complex(double real, double img)
-
-
Method Details
-
abs
public final double abs() -
times
-
plus
-
minus
-