-
Notifications
You must be signed in to change notification settings - Fork 99
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add testing for transpose corner cases (#2234)
* Add testing for transpose corner cases crs, bsr, graph: test cases that are 0x0, 100x0 and 0x100. In these cases make sure the matrix generator doesn't try to insert any entries (nnz = 0). * Update sparse/unit_test/Test_Sparse_Transpose.hpp Co-authored-by: Luc Berger <lberge@sandia.gov> * Update sparse/unit_test/Test_Sparse_Transpose.hpp Co-authored-by: Luc Berger <lberge@sandia.gov> --------- Co-authored-by: Luc Berger <lberge@sandia.gov>
- Loading branch information
1 parent
d06924a
commit 1696b1c
Showing
1 changed file
with
11 additions
and
2 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