Skip to content

Commit 5b1e4ff

Browse files
committed
[documentation] Replace IncompleteLU.jl by KrylovPreconditioners.jl
1 parent e93c436 commit 5b1e4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
44
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
55
HarwellRutherfordBoeing = "ce388394-9b3f-5993-a911-eb95552e4f2e"
66
ILUZero = "88f59080-6952-5380-9ea5-54057fb9a43f"
7-
IncompleteLU = "40713840-3770-5561-ab4c-a76e7d0d7895"
87
Krylov = "ba0b0d4f-ebba-5204-a429-3ac8c609bfb7"
8+
KrylovPreconditioners = "45d422c2-293f-44ce-8315-2cb988662dec"
99
LDLFactorizations = "40e66cde-538c-5869-a4ad-c39174c6795b"
1010
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1111
LinearOperators = "5c8ed15e-5a4c-59e4-a42b-c7e8811fb125"

docs/src/examples/bicgstab.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
```@example bicgstab
2-
using Krylov, LinearOperators, IncompleteLU, HarwellRutherfordBoeing
2+
using Krylov, LinearOperators, KrylovPreconditioners, HarwellRutherfordBoeing
33
using LinearAlgebra, Printf, SuiteSparseMatrixCollection, SparseArrays
44
55
ssmc = ssmc_db(verbose=false)

0 commit comments

Comments
 (0)