Skip to content

vecdot does not conjugate the first argument #97

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)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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