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 9424090 + ee221b4 commit 6d02d68Copy full SHA for 6d02d68
src/problems/linear_problems.jl
@@ -22,7 +22,7 @@ are specified via the `AbstractSciMLOperator` interface. For more details, see
22
the [SciMLBase Documentation](https://docs.sciml.ai/SciMLBase/stable/).
23
24
Note that matrix-free versions of LinearProblem definitions are not compatible
25
-with all solvers. To check a solver for compatibility, use the function xxxxx.
+with all solvers. To check a solver for compatibility, use the function `needs_concrete_A(alg::AbstractLinearAlgorithm)`.
26
27
## Problem Type
28
0 commit comments