Create a complex vector from a "real" vector (imaginary part = 0).
Create a zero-filled vector of size "length".
Create a complex vector from a real and imaginary vector.
Read element "index".
View the complex vector as a complex array.
Make a copy of this complex vector.
Dot product of "this" and "that".
Read the imaginary part of all vector elements as a Vector.
Read the imaginary part of element "index".
Print out the vector for debugging.
Read the real part of all vector elements as a Vector.
Read the real part of element "index".
Reduce a complex vector to a single number.
Number of elements in the vector.
Compare against another ComplexVector for approximate equality
An immutable vector of complex numbers.