@ -207,8 +207,8 @@ module psb_c_psblas_mod
use psb_descriptor_type , only : psb_desc_type , psb_spk_
use psb_mat_mod , only : psb_cspmat_type
type ( psb_cspmat_type ) , intent ( in ) :: a
complex ( psb_spk_ ) , intent ( inout ) :: x ( : , : )
complex ( psb_spk_ ) , intent ( inout ) :: y ( : , : )
complex ( psb_spk_ ) , intent ( inout ) , target :: x ( : , : )
complex ( psb_spk_ ) , intent ( inout ) , target :: y ( : , : )
complex ( psb_spk_ ) , intent ( in ) :: alpha , beta
type ( psb_desc_type ) , intent ( in ) :: desc_a
character , optional , intent ( in ) :: trans
@ -222,8 +222,8 @@ module psb_c_psblas_mod
use psb_descriptor_type , only : psb_desc_type , psb_spk_
use psb_mat_mod , only : psb_cspmat_type
type ( psb_cspmat_type ) , intent ( in ) :: a
complex ( psb_spk_ ) , intent ( inout ) :: x ( : )
complex ( psb_spk_ ) , intent ( inout ) :: y ( : )
complex ( psb_spk_ ) , intent ( inout ) , target :: x ( : )
complex ( psb_spk_ ) , intent ( inout ) , target :: y ( : )
complex ( psb_spk_ ) , intent ( in ) :: alpha , beta
type ( psb_desc_type ) , intent ( in ) :: desc_a
character , optional , intent ( in ) :: trans
@ -240,8 +240,8 @@ module psb_c_psblas_mod
use psb_descriptor_type , only : psb_desc_type , psb_spk_
use psb_mat_mod , only : psb_cspmat_type
type ( psb_cspmat_type ) , intent ( in ) :: t
complex ( psb_spk_ ) , intent ( in ) :: x ( : , : )
complex ( psb_spk_ ) , intent ( inout ) :: y ( : , : )
complex ( psb_spk_ ) , intent ( in ) , target :: x ( : , : )
complex ( psb_spk_ ) , intent ( inout ) , target :: y ( : , : )
complex ( psb_spk_ ) , intent ( in ) :: alpha , beta
type ( psb_desc_type ) , intent ( in ) :: desc_a
character , optional , intent ( in ) :: trans , scale
@ -257,8 +257,8 @@ module psb_c_psblas_mod
use psb_descriptor_type , only : psb_desc_type , psb_spk_
use psb_mat_mod , only : psb_cspmat_type
type ( psb_cspmat_type ) , intent ( in ) :: t
complex ( psb_spk_ ) , intent ( in ) :: x ( : )
complex ( psb_spk_ ) , intent ( inout ) :: y ( : )
complex ( psb_spk_ ) , intent ( in ) , target :: x ( : )
complex ( psb_spk_ ) , intent ( inout ) , target :: y ( : )
complex ( psb_spk_ ) , intent ( in ) :: alpha , beta
type ( psb_desc_type ) , intent ( in ) :: desc_a
character , optional , intent ( in ) :: trans , scale