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

user can now provide a custom sparse linear solver #21

Merged
merged 3 commits into from
Mar 4, 2024

Conversation

jacobwilliams
Copy link
Owner

Fixes #20

also added some params for the different sparsity modes
Fixes #20
Copy link

codecov bot commented Feb 23, 2024

Codecov Report

Merging #21 (c309c20) into master (6398e49) will decrease coverage by 1.28%.
The diff coverage is 56.25%.

❗ Current head c309c20 differs from pull request most recent head f42a774. Consider uploading reports for the commit f42a774 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #21      +/-   ##
==========================================
- Coverage   75.34%   74.06%   -1.28%     
==========================================
  Files           1        1              
  Lines         365      374       +9     
==========================================
+ Hits          275      277       +2     
- Misses         90       97       +7     

@jacobwilliams jacobwilliams changed the title use can now provide a custom sparse linear solver user can now provide a custom sparse linear solver Mar 4, 2024
@jacobwilliams jacobwilliams merged commit 2b5b934 into master Mar 4, 2024
1 check passed
@jacobwilliams jacobwilliams deleted the 20-custom-solver branch March 4, 2024 04:02
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.

Add user-specified linear solver
1 participant