-
Notifications
You must be signed in to change notification settings - Fork 2
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
add a LUSOL functionality test #164
Closed
Closed
Commits on Jun 21, 2024
-
initial work on adding integration tests for lusol
- implemented matvec over COO matrices - added back symmetric matrix expansion for COO matrices (temporary) - reworked integration test code from KLU into integration test code for LUSOL (in progress, does not fully work) - made minor tweaks to LinSolverDirectLUSOL - set data ownership at exit of matrix-from-file conversion to avoid data leaks - added a function to matrix::Sparse to set data ownership
Configuration menu - View commit details
-
Copy full SHA for f367ee8 - Browse repository at this point
Copy the full SHA f367ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c87c32a - Browse repository at this point
Copy the full SHA c87c32aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 62d8476 - Browse repository at this point
Copy the full SHA 62d8476View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96507e1 - Browse repository at this point
Copy the full SHA 96507e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 141c7a1 - Browse repository at this point
Copy the full SHA 141c7a1View commit details -
- fix memory leak in `Csr` hijacking constructor - add hijacking constructor to `Coo` - remove needless use of `Sparse::setDataOwnership`/`Sparse::setValueOwnership` - move `Coo::expand` to a separate function in `Utilities.cpp` - add `Csr` expansion to `ReSolve::matrix::expand`
Configuration menu - View commit details
-
Copy full SHA for 424baf1 - Browse repository at this point
Copy the full SHA 424baf1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16dfd4d - Browse repository at this point
Copy the full SHA 16dfd4dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04b0734 - Browse repository at this point
Copy the full SHA 04b0734View commit details -
Configuration menu - View commit details
-
Copy full SHA for 28f1b76 - Browse repository at this point
Copy the full SHA 28f1b76View commit details -
compute nnz_expanded in matrix expansion functions instead of relying…
… on the stated value
Configuration menu - View commit details
-
Copy full SHA for 01dd894 - Browse repository at this point
Copy the full SHA 01dd894View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7a36e7c - Browse repository at this point
Copy the full SHA 7a36e7cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ad741 - Browse repository at this point
Copy the full SHA a1ad741View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3907ed - Browse repository at this point
Copy the full SHA e3907edView commit details -
Configuration menu - View commit details
-
Copy full SHA for b908396 - Browse repository at this point
Copy the full SHA b908396View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e69253 - Browse repository at this point
Copy the full SHA 5e69253View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff22890 - Browse repository at this point
Copy the full SHA ff22890View commit details
Commits on Jun 24, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 88840d8 - Browse repository at this point
Copy the full SHA 88840d8View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1f1e6f7 - Browse repository at this point
Copy the full SHA 1f1e6f7View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.