math icon indicating copy to clipboard operation
math copied to clipboard

Vectorize complex conjugate operation

Open WardBrian opened this issue 3 years ago • 0 comments

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

WardBrian avatar Sep 13 '22 19:09 WardBrian