From ecea491a23eeec47899ae71de56169a3070a4bf1 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 18 Feb 2008 10:43:11 +0000 Subject: [PATCH] *** empty log message *** --- krylov/psb_krylov_mod.f90 | 3 +++ 1 file changed, 3 insertions(+) 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.