|
|
@ -72,7 +72,7 @@ Module psb_z_tools_mod
|
|
|
|
use psb_mat_mod, only : psb_zspmat_type
|
|
|
|
use psb_mat_mod, only : psb_zspmat_type
|
|
|
|
Type(psb_zspmat_type),Intent(in) :: a
|
|
|
|
Type(psb_zspmat_type),Intent(in) :: a
|
|
|
|
Type(psb_zspmat_type),Intent(inout) :: blk
|
|
|
|
Type(psb_zspmat_type),Intent(inout) :: blk
|
|
|
|
Type(psb_desc_type),Intent(in) :: desc_a
|
|
|
|
Type(psb_desc_type),Intent(in), target :: desc_a
|
|
|
|
integer, intent(out) :: info
|
|
|
|
integer, intent(out) :: info
|
|
|
|
logical, optional, intent(in) :: rowcnv,colcnv,rowscale,colscale
|
|
|
|
logical, optional, intent(in) :: rowcnv,colcnv,rowscale,colscale
|
|
|
|
character(len=5), optional :: outfmt
|
|
|
|
character(len=5), optional :: outfmt
|
|
|
|