|
|
@ -70,8 +70,8 @@ module mld_c_inner_mod
|
|
|
|
use psb_base_mod, only : psb_cspmat_type, psb_desc_type, psb_spk_, psb_ipk_
|
|
|
|
use psb_base_mod, only : psb_cspmat_type, psb_desc_type, psb_spk_, psb_ipk_
|
|
|
|
use mld_c_prec_type, only : mld_cprec_type
|
|
|
|
use mld_c_prec_type, only : mld_cprec_type
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
type(mld_cprec_type), intent(in) :: p
|
|
|
|
type(mld_cprec_type), intent(inout) :: p
|
|
|
|
complex(psb_spk_),intent(in) :: alpha,beta
|
|
|
|
complex(psb_spk_),intent(in) :: alpha,beta
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: y(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: y(:)
|
|
|
|