We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d569ac7 + 8cf726b commit 1e47fbeCopy full SHA for 1e47fbe
docs/src/basics/Preconditioners.md
@@ -75,5 +75,3 @@ following interface:
75
- `Base.eltype(::Preconditioner)`
76
- `Base.adjoint(::Preconditioner)`
77
- `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