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 bcb4791 commit d456c1eCopy full SHA for d456c1e
lib/LinearSolvePardiso/Project.toml
@@ -8,11 +8,13 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
8
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
9
Pardiso = "46dd5b70-b6fb-5a00-ae2d-e8fea33afaf2"
10
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
11
+UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
12
13
[compat]
14
SciMLBase = "1.25"
15
LinearSolve = "1"
16
Pardiso = "0.5"
17
+UnPack = "1"
18
julia = "1.6"
19
20
[extras]
lib/LinearSolvePardiso/src/LinearSolvePardiso.jl
@@ -1,6 +1,7 @@
1
module LinearSolvePardiso
2
3
using Pardiso, LinearSolve, SciMLBase
4
+using UnPack
5
6
Base.@kwdef struct PardisoJL <: LinearSolve.SciMLLinearSolveAlgorithm
7
nprocs::Union{Int,Nothing} = nothing
0 commit comments