Skip to content

Fix Cholesky decompoosition error when given different element type#2959

Merged
odow merged 1 commit intomasterfrom
od/ldl-type
Mar 2, 2026
Merged

Fix Cholesky decompoosition error when given different element type#2959
odow merged 1 commit intomasterfrom
od/ldl-type

Conversation

@odow
Copy link
Member

@odow odow commented Mar 2, 2026

Found by testing Hypatia for #2955 (I'd overlooked the error because of the other ones)

The issue is that Julia's cholesky is missing BigFloat support. We could potentially use LDLFactorization, but that needs the factorized fix.

@odow odow merged commit 1393aff into master Mar 2, 2026
34 checks passed
@odow odow deleted the od/ldl-type branch March 2, 2026 03:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant