Skip to content

Commit

Permalink
Improve the docstrings of block-Krylov processes
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 17, 2024
1 parent 5c001fd commit c61359b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/block_krylov_processes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#### Keyword arguments
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
#### Output arguments
Expand Down Expand Up @@ -237,7 +237,7 @@ end
#### Keyword arguments
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
#### Output arguments
Expand Down Expand Up @@ -314,7 +314,7 @@ end
#### Keyword argument
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
#### Output arguments
Expand Down Expand Up @@ -428,7 +428,7 @@ end
#### Keyword argument
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
#### Output arguments
Expand Down Expand Up @@ -568,7 +568,7 @@ end
#### Keyword arguments
* `algo`: the algorithm to perform reduced QR factorizations ("gs", "mgs", "givens" or "householder").
* `algo`: the algorithm to perform reduced QR factorizations (`"gs"`, `"mgs"`, `"givens"` or `"householder"`).
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
#### Output arguments
Expand Down

0 comments on commit c61359b

Please sign in to comment.