Skip to content

Conversation

ChrisRackauckas
Copy link
Member

  • Fix case with sparse b, fixes Linear solve fails when rhs is sparse vector #248
  • Removes Sparspak from the section off code that's only for non-GPL cases. Sparspak.jl isn't GPL-licensed so we can always use it.
  • Restructured the default algorithm so that Sparspak is used when GPL is disabled, making it so it can always factorize properly.

- Fix case with sparse b, fixes #248
- Removes Sparspak from the section off code that's only for non-GPL cases. Sparspak.jl isn't GPL-licensed so we can always use it.
- Restructured the default algorithm so that Sparspak is used when GPL is disabled, making it so it can always factorize properly.
@codecov
Copy link

codecov bot commented Jan 3, 2023

Codecov Report

Merging #249 (4a6c243) into main (64200a1) will decrease coverage by 0.48%.
The diff coverage is 96.29%.

@@            Coverage Diff             @@
##             main     #249      +/-   ##
==========================================
- Coverage   65.81%   65.32%   -0.49%     
==========================================
  Files          12       12              
  Lines         740      744       +4     
==========================================
- Hits          487      486       -1     
- Misses        253      258       +5     
Impacted Files Coverage Δ
src/default.jl 46.75% <0.00%> (-1.30%) ⬇️
src/factorization_sparse.jl 100.00% <ø> (ø)
src/common.jl 89.83% <100.00%> (+0.73%) ⬆️
src/factorization.jl 77.87% <100.00%> (+0.19%) ⬆️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@ChrisRackauckas ChrisRackauckas merged commit b979527 into main Jan 3, 2023
@ChrisRackauckas ChrisRackauckas deleted the sparse branch January 3, 2023 19:50
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.

Linear solve fails when rhs is sparse vector
1 participant