We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4918c99 commit 2c4269dCopy full SHA for 2c4269d
Project.toml
@@ -26,16 +26,16 @@ Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
26
ExtendableSparseAMGCLWrapExt = "AMGCLWrap"
27
ExtendableSparseAlgebraicMultigridExt = "AlgebraicMultigrid"
28
ExtendableSparseIncompleteLUExt = "IncompleteLU"
29
-ExtendableSparsePardisoExt = "Pardiso"
30
ExtendableSparseLinearSolveExt = "LinearSolve"
+ExtendableSparsePardisoExt = "Pardiso"
31
32
[compat]
33
AMGCLWrap = "2"
34
AlgebraicMultigrid = "0.4,0.5,0.6"
35
DocStringExtensions = "0.8, 0.9"
36
ILUZero = "0.2"
37
IncompleteLU = "^0.2.1"
38
-LinearSolve = "2.36.0"
+LinearSolve = "2.36.0, 3"
39
Pardiso = "0.5.1"
40
Sparspak = "0.3.6"
41
StaticArrays = "1.5.24"
0 commit comments