Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ytdHuang committed Sep 16, 2023
1 parent 7a0cc21 commit 731d410
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/benchmark_LS_solvers.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ julia_solver = LUFactorization();
# !!! note "Note"
# Using this solver requires adding the package [Pardiso.jl](https://github.com/JuliaSparse/Pardiso.jl), i.e. `using Pardiso`
using Pardiso
using LinearSolve
mkl_solver = MKLPardisoFactorize()
mkl_ite_solver = MKLPardisoIterate();

Expand Down

0 comments on commit 731d410

Please sign in to comment.