fix eigh to accept complex-valued DNDarrays - #2328
Conversation
|
@GioPede, thanks for getting this going! A function that implies Hermitian input in its name but doesn't allow it is indeed a bug! :D I started a PR with some tests on your fork. Since you probably don't watch your own fork, I write a note about this here. Also, just to make sure we have this discussion also here: This fix only works for non-distributed input, since the |
Addendum after discussing this in our meeting on Jun 8th.
|
|
This pull request is stale because it has been open for 60 days with no activity. |
|
@Berkant03 is currently implementing vectorized sort, which is a kind of lexicographic sort in #2431. This should then allow to implement a complex sort. |
Description
Small relaxation of the checks in
linalg.eighto allow complex-valued matricesIssue/s resolved: #
#2327
Changes proposed:
Type of change
Does this change modify the behaviour of other functions? If so, which?
no