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 a4b10a4 commit 55bba1bCopy full SHA for 55bba1b
doc/specs/stdlib_linalg_iterative_solvers.md
@@ -197,7 +197,7 @@ Subroutine
197
198
`maxiter`: scalar of type `integer` defining the maximum allowed number of iterations. This argument is `intent(in)`.
199
200
-`workspace`: `type(solver_workspace_<kind>_type)` holding the work temporal array for the solver. This argument is `intent(inout)`.
+`workspace`: scalar derived type of `type(solver_workspace_<kind>_type)` holding the work array for the solver. This argument is `intent(inout)`.
201
202
#### Example
203
0 commit comments