v2.4.0
LinearSolve v2.4.0
Closed issues:
LinearSolve.solve
much slower thanA\b
for sparse matrices (#340)- Solving a system of linear equations
LinearSolve.solve
uses up more memory whenA
is sparse then whenA
is dense (#342)
Merged pull requests:
- Set a sparsity threshold for KLU (#343) (@ChrisRackauckas)