pycauset.ComplexFloat32Matrix
A memory-mapped dense matrix storing complex numbers in complex_float32 format (equivalent to NumPy complex64). Inherits from MatrixBase.
Constructor
pycauset.ComplexFloat32Matrix(n: int)
pycauset.ComplexFloat32Matrix(rows: int, cols: int)
pycauset.ComplexFloat32Matrix(array: numpy.ndarray)
When constructed from a NumPy array, the array must be rank-2 with dtype complex64.
Notes
Complex support is limited to complex floats. Supported operations are gated by the support matrix (see documentation/internals/DType System.md).