|
|
|
@ -118,7 +118,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
|
type(psb_dprec_type), intent(in) :: prec
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
real(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
integer, intent(out) :: info
|
|
|
|
|
character(len=1), optional :: trans
|
|
|
|
|
real(kind(0.d0)),intent(inout), optional, target :: work(:)
|
|
|
|
@ -137,7 +138,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
|
type(psb_zprec_type), intent(in) :: prec
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
complex(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
integer, intent(out) :: info
|
|
|
|
|
character(len=1), optional :: trans
|
|
|
|
|
complex(kind(0.d0)),intent(inout), optional, target :: work(:)
|
|
|
|
@ -160,7 +162,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type), intent(in) :: desc_data
|
|
|
|
|
type(psb_dprec_type), intent(in) :: prec
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
real(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
real(kind(0.d0)),intent(in) :: alpha,beta
|
|
|
|
|
character(len=1) :: trans
|
|
|
|
|
real(kind(0.d0)),target :: work(:)
|
|
|
|
@ -171,7 +174,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type), intent(in) :: desc_data
|
|
|
|
|
type(psb_zprec_type), intent(in) :: prec
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
complex(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
complex(kind(0.d0)),intent(in) :: alpha,beta
|
|
|
|
|
character(len=1) :: trans
|
|
|
|
|
complex(kind(0.d0)),target :: work(:)
|
|
|
|
@ -246,7 +250,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
|
type(psb_dprec_type), intent(in) :: prec
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
real(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
real(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
real(kind(0.d0)),intent(in) :: alpha,beta
|
|
|
|
|
character(len=1) :: trans
|
|
|
|
|
real(kind(0.d0)),target :: work(:)
|
|
|
|
@ -258,7 +263,8 @@ module psb_prec_mod
|
|
|
|
|
use psb_prec_type
|
|
|
|
|
type(psb_desc_type),intent(in) :: desc_data
|
|
|
|
|
type(psb_zprec_type), intent(in) :: prec
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: x(:), y(:)
|
|
|
|
|
complex(kind(0.d0)),intent(in) :: x(:)
|
|
|
|
|
complex(kind(0.d0)),intent(inout) :: y(:)
|
|
|
|
|
complex(kind(0.d0)),intent(in) :: alpha,beta
|
|
|
|
|
character(len=1) :: trans
|
|
|
|
|
complex(kind(0.d0)),target :: work(:)
|
|
|
|
|