diff --git a/krylov/psb_krylov_mod.f90 b/krylov/psb_krylov_mod.f90 index 7b9740ef..23dec713 100644 --- a/krylov/psb_krylov_mod.f90 +++ b/krylov/psb_krylov_mod.f90 @@ -389,8 +389,11 @@ contains ! Arguments: ! ! methd - character The specific method; can take the values: + ! CG ! CGS + ! BICG ! BICGSTAB + ! BICGSTABL ! RGMRES ! ! a - type(psb_zspmat_type) Input: sparse matrix containing A.