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

Fix random matrix #734

Merged
merged 3 commits into from
Sep 29, 2023
Merged

Fix random matrix #734

merged 3 commits into from
Sep 29, 2023

Conversation

oseikuffuor1
Copy link
Collaborator

This PR introduces a new strategy for constructing sparse (arbitrary) random matrices. This fixes issues with the previous approach that assumed the column indexes per row are contiguous (as in dense matrices). The PR also corrects potential issues with our test framework due to the above assumption. This PR resolves issue #715.

This new code randomly selects column indexes to create a random sparse matrix
for the sparse formats.
… matrices.

* Minor edits to function for creating random sparse matrices.
* Bug fixes and updates to ellblock format to support new random sparse data.
@jeanlucf22 jeanlucf22 merged commit 522edda into lanl:master Sep 29, 2023
30 checks passed
@oseikuffuor1 oseikuffuor1 deleted the fix-random-matrix branch October 18, 2023 04:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants