-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.Needs DiscussionNeeds further discussion.Needs further discussion.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.topic: Complex Data TypesComplex number data types.Complex number data types.
Description
See for instance numpy/numpy#13797. It might be useful to have a special function for a hermitian transpose, which would be equivalent to conjugate(matrix_transpose(x))
.
The other suggestion is a .H
operator on matrices. A complication here is that libraries that use views would not be able to make .H
a view unless they add a special conjugate-complex dtype. See the discussion at numpy/numpy#13797. (the .H
attribute is really the bigger thing here, as it least to more readable code, but if it is added it probably makes sense to also add a corresponding function)
NeilGirdhar and leofang
Metadata
Metadata
Assignees
Labels
API extensionAdds new functions or objects to the API.Adds new functions or objects to the API.Needs DiscussionNeeds further discussion.Needs further discussion.RFCRequest for comments. Feature requests and proposed changes.Request for comments. Feature requests and proposed changes.topic: Complex Data TypesComplex number data types.Complex number data types.