Skip to content

Commit 6ec5388

Browse files
namespace
1 parent ff50b88 commit 6ec5388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ end
265265
function LinearSolve.init_cacheval(alg::QRFactorization, A::SparseMatrixCSC{Float64, Int}, b, u, Pl, Pr,
266266
maxiters::Int, abstol, reltol, verbose::Bool,
267267
assumptions::OperatorAssumptions)
268-
ArrayInterface.qr_instance(convert(AbstractMatrix, A), alg.pivot)
268+
LinearSolve.ArrayInterface.qr_instance(convert(AbstractMatrix, A), alg.pivot)
269269
end
270270

271271
function LinearSolve.init_cacheval(

0 commit comments

Comments
 (0)