-
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 LinSolverDirectLUSOL
, with initial support for solving Ax = rhs
#153
Merged
Commits on Jun 10, 2024
-
add
LinSolverDirectLUSOL
, with initial support for solving Ax = rhs- adds a function for expanding symmetric matrices only stored as their half - adds a function for extracting coordinates of nonzeroes from matrices - documents a deficiency in the Csc class - modifies the build system to compile fortran code used in LUSOL - fixes some additional issues made in using index_type/real_type pervasively - adds a method to the logger class to extract the log level - adds tests on symmetric matrix expansion
Configuration menu - View commit details
-
Copy full SHA for e45b57e - Browse repository at this point
Copy the full SHA e45b57eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f6406fc - Browse repository at this point
Copy the full SHA f6406fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 015d6a6 - Browse repository at this point
Copy the full SHA 015d6a6View commit details -
factor out lusol-related tests from MatrixFactorizationTests.hpp into…
… a separate test file
Configuration menu - View commit details
-
Copy full SHA for 9683540 - Browse repository at this point
Copy the full SHA 9683540View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc878da - Browse repository at this point
Copy the full SHA dc878daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 08d7631 - Browse repository at this point
Copy the full SHA 08d7631View commit details -
- adjust index type precision to 32 bits - add dummy implementations of `Sparse::expand()` and `Sparse::elements()` to `Csc` - move scratch space allocation, among other things from `LinSolverDirectLUSOL::setup(...)` to `LinSolverDirectLUSOL::analyze()` and drop input matrix conversion to triplet format, instead assuming it is already correctly formatted
Configuration menu - View commit details
-
Copy full SHA for fb10542 - Browse repository at this point
Copy the full SHA fb10542View commit details
Commits on Jun 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdf2af5 - Browse repository at this point
Copy the full SHA fdf2af5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 377537a - Browse repository at this point
Copy the full SHA 377537aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 739d9ae - Browse repository at this point
Copy the full SHA 739d9aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 646f26c - Browse repository at this point
Copy the full SHA 646f26cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26643c8 - Browse repository at this point
Copy the full SHA 26643c8View 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.