Complex numbers.
An array of complex numbers; unlike other collections in this package, ComplexArrays are mutable.
An array of complex numbers; unlike other collections in this package, ComplexArrays are mutable.
Complex numbers are stored in a non-interleaved format in an array of floats: real parts in the first half of the array, followed by imaginary parts in the second half of the array.
Implicit conversions for complex numbers.
An immutable matrix of complex numbers.
An immutable matrix of complex numbers.
An order-3 complex tensor.
An immutable vector of complex numbers.
Factory for creating complex numbers.
Companion object supplying concatenation.
Factory for creating complex vectors.
Complex numbers.