We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9423c55 commit 5a0bf4dCopy full SHA for 5a0bf4d
ext/LinearSolveSparseArraysExt.jl
@@ -47,7 +47,7 @@ function LinearSolve.defaultalg(A::AbstractSparseMatrixCSC{Tv, Ti}, b,
47
assump::OperatorAssumptions{Bool}) where {Tv, Ti}
48
ext = Base.get_extension(LinearSolve, :LinearSolveSparspakExt)
49
if assump.issq && ext !== nothing
50
- DefaultLinearSolver.DefaultLinearSolver(DefaultAlgorithmChoice.SparspakFactorization)
+ LinearSolve.DefaultLinearSolver(DefaultAlgorithmChoice.SparspakFactorization)
51
elseif !assump.issq
52
error("Generic number sparse factorization for non-square is not currently handled")
53
elseif ext === nothing
0 commit comments