Skip to content

Commit c4af24d

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

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

src/factorization.jl

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -310,17 +310,6 @@ end
310310

311311
# Fallback, tries to make nonsingular and just factorizes
312312
# Try to never use it.
313-
# function init_cacheval(alg::GenericFactorization,
314-
# A, b, u, Pl, Pr, maxiters::Int, abstol, reltol, verbose::Bool,
315-
# assumptions::OperatorAssumptions)
316-
# newA = copy(convert(AbstractMatrix, A))
317-
# if newA isa AbstractSparseMatrix
318-
# fill!(nonzeros(newA), true)
319-
# else
320-
# fill!(newA, true)
321-
# end
322-
# do_factorization(alg, newA, b, u)
323-
# end
324313

325314
# Cholesky needs the posdef matrix, for GenericFactorization assume structure is needed
326315
function init_cacheval(alg::Union{GenericFactorization, GenericFactorization{typeof(cholesky)},

0 commit comments

Comments
 (0)