Package org.ejml.data
Class Complex_F64
java.lang.Object
org.ejml.data.Complex_F64
Represents a complex number using 64-bit floating point numbers. A complex number is composed of real and imaginary components.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiondouble
double
boolean
isReal()
minus
(Complex_F64 a) plus
(Complex_F64 a) void
setTo
(double real, double imaginary) void
setTo
(Complex_F64 src) times
(Complex_F64 a) toString()
-
Field Details
-
real
public double real -
imaginary
public double imaginary
-
-
Constructor Details
-
Complex_F64
public Complex_F64(double real, double imaginary) -
Complex_F64
public Complex_F64()
-
-
Method Details