You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,6 +155,10 @@ The number of threads are set at the creation of the `PardisoSolver` by looking
155
155
156
156
The number of threads used by a `PardisoSolver` can be retrieved with `get_nprocs(ps)`
157
157
158
+
## `LinearSolve.jl` interface
159
+
160
+
To use `PardisoSolver` and `MKLPardisoSolver` in a `LinearSolve.jl` environment, see the wrapper prodived at [`LinearSolve` docs](https://docs.sciml.ai/LinearSolve/stable/solvers/solvers/#Pardiso.jl)
161
+
158
162
## More advanced usage.
159
163
160
164
This section discusses some more advanced usage of `Pardiso.jl`.
0 commit comments