Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix the implementation of numpy.array_api.vecdot (#21928) | Aaron Meurer | 2022-09-07 | 1 | -1/+12 |
| | | | | | | | * Fix the implementation of numpy.array_api.vecdot See https://data-apis.org/array-api/latest/API_specification/generated/signatures.linear_algebra_functions.vecdot.html * Use moveaxis + matmul instead of einsum in vecdot | ||||
* | Fix a type hint in numpy.array_api | Aaron Meurer | 2022-03-28 | 1 | -1/+1 |
| | |||||
* | Properly restrict the input dtypes for the array_api trace, svdvals, and vecdot | Aaron Meurer | 2022-03-28 | 1 | -0/+6 |
| | |||||
* | Remove some outdated comments | Aaron Meurer | 2022-03-28 | 1 | -2/+0 |
| | |||||
* | ENH: Add the linalg extension to the array_api submodule (#19980) | Aaron Meurer | 2021-11-14 | 1 | -0/+408 |