Skip to content

Conversation

ChrisRackauckas
Copy link
Member

I think we should be considering some kind of split to LinearSolveCore vs LinearSolve, a la OrdinaryDiffEq. The default algorithm requires RecursiveFactorization and MKL, but we could definitely make a version that doesn't have these deps. But at least sparse stuff can go into an extension since those always dispatch on the existance of sparse matrices.

This PR isn't quite complete yet, more needs to be removed with sparse, but it shows the right direction.

I think we should be considering some kind of split to LinearSolveCore vs LinearSolve, a la OrdinaryDiffEq. The default algorithm requires RecursiveFactorization and MKL, but we could definitely make a version that doesn't have these deps. But at least sparse stuff can go into an extension since those always dispatch on the existance of sparse matrices.

This PR isn't quite complete yet, more needs to be removed with sparse, but it shows the right direction.
@ChrisRackauckas
Copy link
Member Author

@rayegun can you complete this?

@rayegun
Copy link
Collaborator

rayegun commented Sep 29, 2024

There's not actually strong reason to do this for KLU since it's bundled with Julia but yes

@ChrisRackauckas
Copy link
Member Author

juliac

@ChrisRackauckas
Copy link
Member Author

Newer version is #570

@ChrisRackauckas ChrisRackauckas deleted the ext branch May 19, 2025 02: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.

2 participants