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
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondoubledoublebooleanisReal()minus(Complex_F64 a) plus(Complex_F64 a) voidsetTo(double real, double imaginary) voidsetTo(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