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 ddbefe1 commit c7d8f03Copy full SHA for c7d8f03
docs/src/advanced/custom.md
@@ -1,6 +1,6 @@
1
# Passing in a Custom Linear Solver
2
-Julia users are constantly a wide variety of applications in the SciML ecosystem,
3
-often requiring custom handling. As existing solvers in `LinearSolve.jl` may not
+Julia users are building a wide variety of applications in the SciML ecosystem,
+often requiring problem-specific handling of their linear solves. As existing solvers in `LinearSolve.jl` may not
4
be optimally suited for novel applications, it is essential for the linear solve
5
interface to be easily extendable by users. To that end, the linear solve algorithm
6
`LinearSolveFunction()` accepts a user-defined function for handling the solve. A
0 commit comments