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

[linalg] fix corner case for Bunch-Kaufman solver #62

Merged
merged 5 commits into from
Jan 24, 2024

Conversation

ManifoldFR
Copy link
Member

Bunch-Kaufman didn't behave as expected when the number of rows is 1.
This PR:

  • fixes the corner case a.rows() == 1
  • adds a Scalar typedef to the decomposition classes
  • adds a .solve(rhs) method to their Python bindings

+ add ::solve method to LDLTVisitor
+ also fix previous entries in changelog not being in a "Fixed"
  subsection
bindings/python/expose-ldlt.cpp Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
@jorisv jorisv enabled auto-merge January 24, 2024 11:27
@jorisv jorisv merged commit a0cc581 into devel Jan 24, 2024
24 checks passed
@jorisv jorisv deleted the wjallet/topic/bk-fix-1d branch January 24, 2024 12:21
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.

2 participants