Skip to content

Commit 1e47fbe

Browse files
Merge pull request #65 from vpuri3/patch-1
Update Preconditioners.md
2 parents d569ac7 + 8cf726b commit 1e47fbe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/src/basics/Preconditioners.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,3 @@ following interface:
7575
- `Base.eltype(::Preconditioner)`
7676
- `Base.adjoint(::Preconditioner)`
7777
- `LinearAlgebra.ldiv!(::AbstractVector,::Preconditioner,::AbstractVector)`
78-
- `Base.inv(::Preconditioner)` (Dear Jesus Krylov.jl, why?)
79-
- `LinearAlgebra.mul!(::AbstractVector,::Preconditioner,::AbstractVector)` (Required for Krylov.jl)

0 commit comments

Comments
 (0)