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 b3b5f43 commit 1a814fbCopy full SHA for 1a814fb
doc/specs/stdlib_linalg_iterative_solvers.md
@@ -121,7 +121,7 @@ Subroutine
121
122
`maxiter`: scalar of type `integer` defining the maximum allowed number of iterations. This argument is `intent(in)`.
123
124
-`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)`.
125
126
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
127
### `solve_cg` subroutine
0 commit comments