-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add dpnp.linalg.pinv() implementation (#1704)
* Impl dpnp.linalg.pinv() * Add cupy tests for dpnp.linalg.pinv() * Add tests to test_sycl_queue and test_usm_type * Add TestPinv to test_linalg.py * Add additional checks for rcond parameter * Add a more efficient implementation * Use numpy.random.seed in test_linalg * Use setup_method to ruduce code duplication in test_linalg * Change the seed number * Use numpy.random.seed in test_usm_type and test_sycl_queue --------- Co-authored-by: Anton <100830759+antonwolfy@users.noreply.github.com>
- Loading branch information
1 parent
b95b89c
commit 2c38ae8
Showing
6 changed files
with
403 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.