You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add matmul, matrix_transpose, tensordot, vecdot to linalg namespace
* Move outer to linalg namespace
* Remove flip from list of unimplemented functions since it was added in #114
* Remove unstack from list of unimplemented functions since it was added in #575
* Add link to cumulative_sum PR
* Add linalg table to status page
This can be implemented using indexing, although it needs a step size of -1, which is not currently implemented.
See https://data-apis.org/array-api/latest/API_specification/generated/signatures.manipulation_functions.flip.html
The text was updated successfully, but these errors were encountered: