File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ LinearSolveIterativeSolversExt = "IterativeSolvers"
59
59
LinearSolveKernelAbstractionsExt = " KernelAbstractions"
60
60
LinearSolveKrylovKitExt = " KrylovKit"
61
61
LinearSolveMetalExt = " Metal"
62
- LinearSolvePardisoExt = " Pardiso"
62
+ LinearSolvePardisoExt = [ " Pardiso" , " SparseArrays " ]
63
63
LinearSolveRecursiveFactorizationExt = " RecursiveFactorization"
64
64
LinearSolveSparseArraysExt = " SparseArrays"
65
65
LinearSolveSparspakExt = [" SparseArrays" , " Sparspak" ]
Original file line number Diff line number Diff line change 1
1
module LinearSolvePardisoExt
2
2
3
- using Pardiso, LinearSolve, SciMLBase
3
+ using Pardiso, LinearSolve
4
4
using SparseArrays
5
5
using SparseArrays: nonzeros, rowvals, getcolptr
6
6
using LinearSolve: PardisoJL
7
7
8
- using UnPack
8
+ using LinearSolve. SciMLBase
9
+ using LinearSolve. UnPack
9
10
10
11
LinearSolve. needs_concrete_A (alg:: PardisoJL ) = true
11
12
You can’t perform that action at this time.
0 commit comments