Skip to content

vecdot does not conjugate the first argument #97

Closed
@mhvk

Description

@mhvk

The implementation for vecdot should conjugate its first argument for complex numbers, but unfortunately the present implementation does not:

res = x1_[..., None, :] @ x2_[..., None]

(array_api_compat has the same issue: data-apis/array-api-compat#200)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions