-
-
Notifications
You must be signed in to change notification settings - Fork 35
Closed
Description
If a user needs to define custom inner products for general Hilbert spaces, what is the current state in Base for this type of generalization? #334 is a related, but less general issue. My concern is with new types that aren't arrays.
I'd like to propose renaming dot to inner, or perhaps directing users to define inner(x,y) as a general inner product between objects x and y, including the array case:
inner(x::AbstractVector, y::AbstractVector) = dot(x, y)In case the change is reasonable, could it be part of Julia v1.0?
Metadata
Metadata
Assignees
Labels
No labels