File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 9
9
10
10
#### Keyword arguments
11
11
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"` ).
13
13
14
14
#### Output arguments
15
15
237
237
238
238
#### Keyword arguments
239
239
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"` ).
241
241
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
242
242
243
243
#### Output arguments
314
314
315
315
#### Keyword argument
316
316
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"` ).
318
318
319
319
#### Output arguments
320
320
428
428
429
429
#### Keyword argument
430
430
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"` ).
432
432
433
433
#### Output arguments
434
434
568
568
569
569
#### Keyword arguments
570
570
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"` ).
572
572
* `reorthogonalization`: reorthogonalize the new matrices of the block Krylov basis against all previous matrices.
573
573
574
574
#### Output arguments
You can’t perform that action at this time.
0 commit comments