Skip to content

Commit 668772f

Browse files
format
1 parent 64a522d commit 668772f

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

docs/src/solvers/solvers.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,6 @@ KrylovJL_CRAIGMR
111111
KrylovJL
112112
```
113113

114-
115114
### Pardiso.jl
116115

117116
!!! note
@@ -172,4 +171,4 @@ KrylovKitJL
172171

173172
```@docs
174173
HYPREAlgorithm
175-
```
174+
```

src/extension_algs.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ default handling process. This should not be required by most users.
133133
MKLPardisoIterate(; kwargs...) = PardisoJL(; solver_type = 1, kwargs...)
134134

135135
@static if VERSION >= v"1.9-"
136-
137136
"""
138137
```julia
139138
PardisoJL(; nprocs::Union{Int, Nothing} = nothing,
@@ -146,7 +145,7 @@ MKLPardisoIterate(; kwargs...) = PardisoJL(; solver_type = 1, kwargs...)
146145
A generic method using MKL Pardiso. Specifying `solver_type` is required.
147146
148147
!!! note
149-
148+
150149
Using this solver requires adding the package Pardiso.jl, i.e. `using Pardiso`
151150
152151
## Keyword Arguments

0 commit comments

Comments
 (0)