Skip to content

Commit 61e6d74

Browse files
another?
1 parent fd05fb1 commit 61e6d74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function _ldiv!(x::Vector, A::Factorization, b::Vector)
66
end
77

88
# Specialize QR for the non-square case
9-
function _ldiv!(x::Vector, A::Union{SparseArrays.QR, LinearAlgebra.QRCompactWY}, b::Vector)
9+
function _ldiv!(x::Vector, A::Union{SparseArrays.QR, LinearAlgebra.QRCompactWY, SuiteSparse.SPQR.QRSparse}, b::Vector)
1010
ldiv!(x, A, b)
1111
end
1212

0 commit comments

Comments
 (0)