Skip to content

Commit f9697d3

Browse files
Add missing backticks in Pardiso docstring
1 parent e622fa4 commit f9697d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension_algs.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ MKLPardisoFactorize(; nprocs::Union{Int, Nothing} = nothing,
9393
matrix_type = nothing,
9494
iparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing,
9595
dparm::Union{Vector{Tuple{Int, Int}}, Nothing} = nothing)
96+
```
9697
9798
A sparse factorization method using MKL Pardiso.
9899

0 commit comments

Comments
 (0)