Skip to content

Commit

Permalink
Update the docstring of montoison_orban
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 30, 2024
1 parent 39d5fdf commit 01d3c7c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/block_krylov_processes.jl
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,10 @@ end
#### Input arguments
* `A`: a linear operator that models a matrix of dimension m × n;
* `B`: a linear operator that models a matrix of dimension n × m;
* `D`: a matrix of size m × p;
* `C`: a matrix of size n × p;
* `A`: a linear operator that models a matrix of dimension `m × n`;
* `B`: a linear operator that models a matrix of dimension `n × m`;
* `D`: a matrix of size `m × p`;
* `C`: a matrix of size `n × p`;
* `k`: the number of iterations of the block Montoison-Orban process.
#### Keyword arguments
Expand Down

0 comments on commit 01d3c7c

Please sign in to comment.