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