|
|
@ -645,7 +645,7 @@ contains
|
|
|
|
subroutine mld_c_apply2v(prec,x,y,desc_data,info,trans,work)
|
|
|
|
subroutine mld_c_apply2v(prec,x,y,desc_data,info,trans,work)
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
class(mld_cprec_type), intent(in) :: prec
|
|
|
|
class(mld_cprec_type), intent(inout) :: prec
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: y(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: y(:)
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
@ -676,7 +676,7 @@ contains
|
|
|
|
subroutine mld_c_apply1v(prec,x,desc_data,info,trans)
|
|
|
|
subroutine mld_c_apply1v(prec,x,desc_data,info,trans)
|
|
|
|
implicit none
|
|
|
|
implicit none
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
class(mld_cprec_type), intent(in) :: prec
|
|
|
|
class(mld_cprec_type), intent(inout) :: prec
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
complex(psb_spk_),intent(inout) :: x(:)
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
integer(psb_ipk_), intent(out) :: info
|
|
|
|
character(len=1), optional :: trans
|
|
|
|
character(len=1), optional :: trans
|
|
|
|