Skip to content

Commit c61359b

Browse files
committed
Improve the docstrings of block-Krylov processes
1 parent 5c001fd commit c61359b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/block_krylov_processes.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
1010
#### Keyword arguments
1111
12-
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
12+
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
1313
1414
#### Output arguments
1515
@@ -237,7 +237,7 @@ end
237237
238238
#### Keyword arguments
239239
240-
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
240+
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
241241
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
242242
243243
#### Output arguments
@@ -314,7 +314,7 @@ end
314314
315315
#### Keyword argument
316316
317-
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
317+
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
318318
319319
#### Output arguments
320320
@@ -428,7 +428,7 @@ end
428428
429429
#### Keyword argument
430430
431-
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
431+
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
432432
433433
#### Output arguments
434434
@@ -568,7 +568,7 @@ end
568568
569569
#### Keyword arguments
570570
571-
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
571+
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
572572
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
573573
574574
#### Output arguments

0 commit comments

Comments
 (0)