math
math copied to clipboard
Vectorize complex conjugate operation
Description
We currently expose conj(complex) => complex. It would be useful to do this for matrices. This is just an element-wise application, so it should be easy to do with the vectorization frameworks.
Current Version:
v4.4.0