Skip to content

Commit ff76546

Browse files
fix ambiguity?
1 parent e08c6b8 commit ff76546

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/factorization.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -331,8 +331,7 @@ function init_cacheval(alg::Union{GenericFactorization{typeof(cholesky)},
331331
end
332332

333333
# Ambiguity handling dispatch
334-
function init_cacheval(alg::Union{GenericFactorization,
335-
GenericFactorization{typeof(cholesky)},
334+
function init_cacheval(alg::Union{GenericFactorization{typeof(cholesky)},
336335
GenericFactorization{typeof(cholesky!)}},
337336
A::StridedMatrix{<:LinearAlgebra.BlasFloat}, b, u, Pl, Pr,
338337
maxiters::Int,

0 commit comments

Comments
 (0)