Skip to content

Commit 672a018

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

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
@@ -219,7 +219,8 @@ function init_cacheval(alg::QRFactorization, A::Symmetric{<:Number, <:Array}, b,
219219
return qr(convert(AbstractMatrix, A), alg.pivot)
220220
end
221221

222-
function init_cacheval(alg::QRFactorization, A::Symmetric{<:Number, <:SparseMatrixCSC}, b, u, Pl, Pr,
222+
function init_cacheval(
223+
alg::QRFactorization, A::Symmetric{<:Number, <:SparseMatrixCSC}, b, u, Pl, Pr,
223224
maxiters::Int, abstol, reltol, verbose::Bool,
224225
assumptions::OperatorAssumptions)
225226
return nothing

0 commit comments

Comments
 (0)