Skip to content

Commit feb477a

Browse files
authored
Update factorization.jl
1 parent 3cc9c73 commit feb477a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/factorization.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ function init_cacheval(alg::RFLUFactorization, A, b, u, Pl, Pr, maxiters,
343343
ArrayInterfaceCore.lu_instance(convert(AbstractMatrix, A)), ipiv
344344
end
345345

346-
function SciMLBase.solve(cache::LinearCache, alg::RFLUFactorization{P,T}) where {P,T}
346+
function SciMLBase.solve(cache::LinearCache, alg::RFLUFactorization{P,T}; kwargs...) where {P,T}
347347
A = cache.A
348348
A = convert(AbstractMatrix, A)
349349
fact, ipiv = cache.cacheval

0 commit comments

Comments
 (0)