Skip to content

Commit 6d02d68

Browse files
Merge pull request #1029 from jClugstor/LinearProblem_docstring
Add correct function to LinearProblem docstring
2 parents 9424090 + ee221b4 commit 6d02d68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/problems/linear_problems.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ are specified via the `AbstractSciMLOperator` interface. For more details, see
2222
the [SciMLBase Documentation](https://docs.sciml.ai/SciMLBase/stable/).
2323
2424
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.
25+
with all solvers. To check a solver for compatibility, use the function `needs_concrete_A(alg::AbstractLinearAlgorithm)`.
2626
2727
## Problem Type
2828

0 commit comments

Comments
 (0)