Skip to content

Commit 464156c

Browse files
add MKL to docs
1 parent 280f9cb commit 464156c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/src/solvers/solvers.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,16 @@ KrylovJL_CRAIGMR
111111
KrylovJL
112112
```
113113

114+
### MKL.jl
115+
116+
!!! note
117+
118+
Using this solver requires adding the package MKL_jll.jl, i.e. `using MKL_jll`
119+
120+
```@docs
121+
MKLLUFactorization
122+
```
123+
114124
### Pardiso.jl
115125

116126
!!! note

0 commit comments

Comments
 (0)