Skip to content

Hermitian Transpose Syntax #13797

@sclel016

Description

@sclel016

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions