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.
1 parent 679969a commit b7194f8Copy full SHA for b7194f8
docs/src/solvers/solvers.md
@@ -26,8 +26,8 @@ CPU-based arrays while Krylov.jl is more general and will support accelerators
26
like CUDA. Krylov.jl works with CPUs and GPUs and tends to be more efficient than other
27
Krylov-based methods.
28
29
-Finally, a user can pass a custom function ofr the linear solve using
30
-`LinearSolveFunction()` if existing solvers are not optimal for their application.
+Finally, a user can pass a custom function for handling the linear solve using
+`LinearSolveFunction()` if existing solvers are not optimally suited for their application.
31
The interface is detailed [here](#passing-in-a-custom-linear-solver)
32
33
## Full List of Methods
0 commit comments