Skip to content

Fix SparseLU refactorization - #59

Merged
wo80 merged 2 commits into
masterfrom
dev
Aug 24, 2026
Merged

Fix SparseLU refactorization#59
wo80 merged 2 commits into
masterfrom
dev

Conversation

@wo80

@wo80 wo80 commented Aug 23, 2026

Copy link
Copy Markdown
Owner

Contents of this PR:

  • Clear SparseLU temp workspace before refactorization.
  • Add a second int[] workspace, so (re)factorization does not allocate any new memory.

See #58 for analysis.

@Mervill

Mervill commented Aug 24, 2026

Copy link
Copy Markdown

👍

@wo80
wo80 merged commit 18bfe18 into master Aug 24, 2026
1 check passed
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.

Factorize() should clear the SparseLU workspace now that it can be refactorized.

2 participants