Skip to content

Commit 708f817

Browse files
Update src/factorization.jl
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f181fea commit 708f817

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/factorization.jl

+2-1
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,8 @@ function init_cacheval(alg::CholeskyFactorization, A::GPUArraysCore.AnyGPUArray,
319319
cholesky(A; check = false)
320320
end
321321

322-
function init_cacheval(alg::CholeskyFactorization, A::AbstractArray{<:BLASELTYPES}, b, u, Pl, Pr,
322+
function init_cacheval(
323+
alg::CholeskyFactorization, A::AbstractArray{<:BLASELTYPES}, b, u, Pl, Pr,
323324
maxiters::Int, abstol, reltol, verbose::Bool, assumptions::OperatorAssumptions)
324325
ArrayInterface.cholesky_instance(convert(AbstractMatrix, A), alg.pivot)
325326
end

0 commit comments

Comments
 (0)