Skip to content

Commit df0f9dd

Browse files
better fallbacks
1 parent 0b9f3d5 commit df0f9dd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ext/LinearSolveSparseArraysExt.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ end
7171
const PREALLOCATED_UMFPACK = SparseArrays.UMFPACK.UmfpackLU(SparseMatrixCSC(0, 0, [1],
7272
Int[], Float64[]))
7373

74+
function LinearSolve.init_cacheval(
75+
alg::Union{LUFactorization, GenericLUFactorization}, A::AbstractSparseArray{<:Number, <:Integer}, b, u,
76+
Pl, Pr,
77+
maxiters::Int, abstol, reltol,
78+
verbose::Bool, assumptions::OperatorAssumptions)
79+
nothing
80+
end
81+
7482
function LinearSolve.init_cacheval(
7583
alg::UMFPACKFactorization, A::AbstractArray, b, u,
7684
Pl, Pr,

0 commit comments

Comments
 (0)