We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd05fb1 commit 61e6d74Copy full SHA for 61e6d74
src/factorization.jl
@@ -6,7 +6,7 @@ function _ldiv!(x::Vector, A::Factorization, b::Vector)
6
end
7
8
# Specialize QR for the non-square case
9
-function _ldiv!(x::Vector, A::Union{SparseArrays.QR, LinearAlgebra.QRCompactWY}, b::Vector)
+function _ldiv!(x::Vector, A::Union{SparseArrays.QR, LinearAlgebra.QRCompactWY, SuiteSparse.SPQR.QRSparse}, b::Vector)
10
ldiv!(x, A, b)
11
12
0 commit comments