Skip to content

Commit 5e0dc65

Browse files
Update src/factorization.jl
Co-authored-by: Christopher Rackauckas <accounts@chrisrackauckas.com>
1 parent 19cb461 commit 5e0dc65

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/factorization.jl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -332,15 +332,6 @@ function init_cacheval(alg::Union{GenericFactorization, GenericFactorization{typ
332332
end
333333

334334
# Ambiguity handling dispatch
335-
# Since code not different than above, let's keep the general one above.
336-
# function init_cacheval(alg::Union{GenericFactorization, GenericFactorization{typeof(cholesky)},
337-
# GenericFactorization{typeof(cholesky!)}},
338-
# A::StridedMatrix{<:LinearAlgebra.BlasFloat}, b, u, Pl, Pr,
339-
# maxiters::Int,
340-
# abstol, reltol, verbose::Bool, assumptions::OperatorAssumptions)
341-
# newA = copy(convert(AbstractMatrix, A))
342-
# do_factorization(alg, newA, b, u)
343-
# end
344335

345336
################################## Factorizations which require solve overloads
346337

0 commit comments

Comments
 (0)