Skip to content

Commit b9668a4

Browse files
patch sparsepak default init
1 parent a3574fd commit b9668a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinearSolve"
22
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33
authors = ["SciML"]
4-
version = "3.1.0"
4+
version = "3.2.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

src/factorization.jl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1049,7 +1049,7 @@ Base.@kwdef struct SparspakFactorization <: AbstractSparseFactorization
10491049
end
10501050

10511051
function init_cacheval(alg::SparspakFactorization,
1052-
A::Union{Matrix, Nothing, AbstractSciMLOperator}, b, u, Pl, Pr,
1052+
A::Union{AbstractMatrix, Nothing, AbstractSciMLOperator}, b, u, Pl, Pr,
10531053
maxiters::Int, abstol, reltol,
10541054
verbose::Bool, assumptions::OperatorAssumptions)
10551055
nothing

0 commit comments

Comments
 (0)