Skip to content
New issue

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

Implement flip #114

Closed
tomwhite opened this issue Aug 30, 2022 · 0 comments · Fixed by #528
Closed

Implement flip #114

tomwhite opened this issue Aug 30, 2022 · 0 comments · Fixed by #528

Comments

@tomwhite
Copy link
Member

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

tomwhite added a commit that referenced this issue Sep 24, 2024
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant