Skip to content

Commit

Permalink
Merge pull request #2 from oxfordcontrol/dev/v0.4.0
Browse files Browse the repository at this point in the history
update pardiso docs
  • Loading branch information
goulart-paul authored Feb 26, 2023
2 parents f358d83 + 3a615e7 commit c2823f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/julia/linear_solvers.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Symbol | Package | Description
:cholmod | Julia native [ldlt](https://docs.julialang.org/en/v1/stdlib/LinearAlgebra/#LinearAlgebra.ldlt) solver | SuiteSparse.CHOLMOD

!!! note
To use the MKL Pardiso solver you must install the respective libraries and the corresponding Julia wrapper. For more information about installing these, visit the [Pardiso.jl](https://github.com/JuliaSparse/Pardiso.jl) repository page.
To use the MKL Pardiso solver you must install the respective libraries and the corresponding Julia wrapper. For more information about installing these, visit the [Pardiso.jl](https://github.com/JuliaSparse/Pardiso.jl) repository page. You must
also bring Pardiso into scope first (i.e. `using Pardiso`) before Clarabel.


QDLDL is a single threaded solver written in pure Julia, and is generally adequate for problems of small to medium size. The MKL Pardiso solver is multi-threaded and may be preferred for very large problem instances, or problems in which the problem data is extremely dense.
Expand Down

0 comments on commit c2823f7

Please sign in to comment.