Skip to content

Commit 280f9cb

Browse files
Merge pull request #344 from SciML/Vaibhavdixit02-patch-1
Add missing backticks in Pardiso docstring
2 parents 1ee467b + f9697d3 commit 280f9cb

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)