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

WIP: Make more libraries into an extension? #530

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Commits on Sep 29, 2024

  1. WIP: Make more libraries into an extension?

    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 committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    03edc78 View commit details
    Browse the repository at this point in the history