Skip to content

Commit 9791b48

Browse files
authored
Merge pull request #119 from pjaap/patch-1
Add link to LinearSolve interface to README.md
2 parents 0760996 + 61e2da5 commit 9791b48

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@ The number of threads are set at the creation of the `PardisoSolver` by looking
155155

156156
The number of threads used by a `PardisoSolver` can be retrieved with `get_nprocs(ps)`
157157

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+
158162
## More advanced usage.
159163

160164
This section discusses some more advanced usage of `Pardiso.jl`.

0 commit comments

Comments
 (0)