Skip to content

Commit

Permalink
Update LinearSolveSparseArraysExt.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Feb 16, 2025
1 parent ee924a0 commit bfd1467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/LinearSolveSparseArraysExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function LinearSolve.defaultalg(A::AbstractSparseMatrixCSC{Tv, Ti}, b,
assump::OperatorAssumptions{Bool}) where {Tv, Ti}
ext = Base.get_extension(LinearSolve, :LinearSolveSparspakExt)
if assump.issq && ext !== nothing
LinearSolve.DefaultLinearSolver(DefaultAlgorithmChoice.SparspakFactorization)
LinearSolve.DefaultLinearSolver(LinearSolve.DefaultAlgorithmChoice.SparspakFactorization)
elseif !assump.issq
error("Generic number sparse factorization for non-square is not currently handled")
elseif ext === nothing
Expand Down

0 comments on commit bfd1467

Please sign in to comment.