Skip to content

pycauset.ComplexFloat64Vector

A memory-mapped vector storing complex numbers in complex_float64 format (equivalent to NumPy complex128). Inherits from VectorBase.

Constructor

pycauset.ComplexFloat64Vector(n: int)
pycauset.ComplexFloat64Vector(array: numpy.ndarray)

When constructed from a NumPy array, the array must be rank-1 with dtype complex128.

Notes

Complex support is limited to complex floats. Supported operations are gated by the support matrix (see documentation/internals/DType System.md).