You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
psblas3/krylov
Salvatore Filippone f24d39ec18 psblas:
base/modules/psb_tools_mod.f90
base/tools/psb_dallc.f90
base/tools/psb_ialloc.f90
base/tools/psb_zallc.f90
krylov/psb_dcgstabl.f90
Fixed stupid bug in BiCGSTAB(L): the column index of a distributed
matrix might start from something else than 0. Changed allocation
routines.
17 years ago
..
Makefile Fixed dependency of methods on the krylov_mod interfaces. 17 years ago
psb_dbicg.f90 Krylov iterations: 17 years ago
psb_dcg.f90 Krylov iterations: 17 years ago
psb_dcgs.f90 Krylov iterations: 17 years ago
psb_dcgstab.F90 Krylov iterations: 17 years ago
psb_dcgstabl.f90 psblas: 17 years ago
psb_drgmres.f90 Krylov iterations: 17 years ago
psb_krylov_mod.f90 Fixed stupid bug in condition for printing upon exit from the iterations... 17 years ago
psb_zcgs.f90 Krylov iterations: 17 years ago
psb_zcgstab.f90 Krylov iterations: 17 years ago
psb_zrgmres.f90 Krylov iterations: 17 years ago