Skip to content

Commit a246074

Browse files
committed
Merge branch 'iterative' of https://github.com/jalvesz/stdlib into iterative
2 parents 8afdf4b + 1a814fb commit a246074

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/specs/stdlib_linalg_iterative_solvers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Subroutine
121121

122122
`maxiter`: scalar of type `integer` defining the maximum allowed number of iterations. This argument is `intent(in)`.
123123

124-
`workspace`: `type(stdlib_solver_workspace_<kind>_type)` holding the work temporal array for the solver. This argument is `intent(inout)`.
124+
`workspace`: scalar derived type of `type(stdlib_solver_workspace_<kind>_type)` holding the work array for the solver. This argument is `intent(inout)`.
125125

126126
<!-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -->
127127
### `solve_cg` subroutine

0 commit comments

Comments
 (0)