Skip to content

Commit 55b5de5

Browse files
committed
fix another method overwrite
1 parent 632d891 commit 55b5de5

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -312,17 +312,6 @@ function LinearSolve.init_cacheval(
312312
end
313313
end
314314

315-
function LinearSolve.init_cacheval(
316-
alg::QRFactorization, A::AbstractSciMLOperator, b, u, Pl, Pr,
317-
maxiters::Int, abstol, reltol,
318-
verbose::Union{LinearVerbosity, Bool}, assumptions::OperatorAssumptions)
319-
if has_concretization(A)
320-
return LinearSolve.init_cacheval(alg, convert(AbstractMatrix, A), b, u, Pl, Pr,
321-
maxiters, abstol, reltol, verbose, assumptions)
322-
else
323-
nothing
324-
end
325-
end
326315

327316
function LinearSolve.init_cacheval(
328317
alg::NormalCholeskyFactorization, A::AbstractSciMLOperator, b, u, Pl, Pr,

0 commit comments

Comments
 (0)