8000 Add specification for computing the number of non-zero singular values of a matrix (linalg: matrix_rank) by kgryte · Pull Request #128 · data-apis/array-api · GitHub
[go: up one dir, main page]

Skip to content

Add specification for computing the number of non-zero singular values of a matrix (linalg: matrix_rank) #128

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

Merged
merged 10 commits into from
May 12, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Move API to submodule
  • Loading branch information
kgryte committed Apr 26, 2021
commit e77fc96c0446965b0e8e8699e27732dafd923e13
4 changes: 2 additions & 2 deletions spec/API_specification/linear_algebra_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ TODO

TODO

(function-matrix_rank)=
### matrix_rank(x, /, *, rtol=None)
(function-linalg-matrix_rank)=
### linalg.matrix_rank(x, /, *, rtol=None)

Computes the rank (i.e., number of non-zero singular values) of a matrix (or a stack of matrices).

Expand Down
0