May I know if there is any existing libraries to perform computation with complex matrices (matrices whose elements are complex numbers)?
q can perform real number matrix arithmetic natively. Libraries like qml can help with performing more complex calculations with real matrices.
While it’s trivial to implement simple complex number arithmetic in q, doing so for complex number matrices is tedious. So I wonder if there is any prior work in this area.