Skip to content

Commit

Permalink
[documentation] Add block-GMRES
Browse files Browse the repository at this point in the history
  • Loading branch information
amontoison committed Oct 30, 2023
1 parent 3375877 commit d714c27
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/src/lib/linearsolver.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,18 @@ list_solvers
```

## Block-Krylov solvers

`ExaPF.jl` provides an implementation of block-GMRES to solve linear systems
with multiple righ-hand sides.

```@docs
BlockKrylovSolver
BlockGmresSolver
block_gmres
block_gmres!
````
## Preconditioning
To solve linear systems with iterative methods, `ExaPF`
Expand Down

0 comments on commit d714c27

Please sign in to comment.