We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The implementation for vecdot should conjugate its first argument for complex numbers, but unfortunately the present implementation does not:
vecdot
array-api-strict/array_api_strict/_linear_algebra_functions.py
Line 89 in d086c61
(array_api_compat has the same issue: data-apis/array-api-compat#200)
array_api_compat
The text was updated successfully, but these errors were encountered:
e2ae30b
Successfully merging a pull request may close this issue.
The implementation for
vecdot
should conjugate its first argument for complex numbers, but unfortunately the present implementation does not:array-api-strict/array_api_strict/_linear_algebra_functions.py
Line 89 in d086c61
(
array_api_compat
has the same issue: data-apis/array-api-compat#200)The text was updated successfully, but these errors were encountered: