-
-
Notifications
You must be signed in to change notification settings - Fork 11.1k
Open
Labels
23 - Wish ListProjectPossible project, may require specific skills and long commitmentPossible project, may require specific skills and long commitmentcomponent: numpy._core
Description
Hi,
For people doing signal processing, a concise way to express the Hermitian Transpose would lead to more readable code. Currently, the syntax for a Hermitian transpose of an array is
A.conj().T
The syntax used in the matrix class .H
should be ported to numpy.array. A similar comment could be made for the matrix inverse and .I
.
ref: StackExchange
braham-snyder and disadone
Metadata
Metadata
Assignees
Labels
23 - Wish ListProjectPossible project, may require specific skills and long commitmentPossible project, may require specific skills and long commitmentcomponent: numpy._core