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/prec/psb_biconjg_mod.F90

7 lines
146 B
Fortran

module psb_biconjg_mod
use psb_c_biconjg_mod
use psb_d_biconjg_mod
use psb_s_biconjg_mod
use psb_z_biconjg_mod
end module psb_biconjg_mod