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 2eb20ed commit 9cb9c36Copy full SHA for 9cb9c36
lib/LinearSolvePardiso/src/LinearSolvePardiso.jl
@@ -2,7 +2,7 @@ module LinearSolvePardiso
2
3
using Pardiso, LinearSolve, SciMLBase
4
5
-Base.@kwdef struct PardisoJL <: SciMLBase.SciMLLinearSolveAlgorithm
+Base.@kwdef struct PardisoJL <: LinearSolve.SciMLLinearSolveAlgorithm
6
nprocs::Union{Int,Nothing} = nothing
7
solver_type::Union{Int,Pardiso.Solver,Nothing} = nothing
8
matrix_type::Union{Int,Pardiso.MatrixType,Nothing} = nothing
0 commit comments