|
|
|
real(psb_spk_), optional, allocatable, intent(out) :: b(:,:), g(:,:), x(:,:)
|
|
|
|
real(psb_dpk_), optional, allocatable, intent(out) :: b(:,:), g(:,:), x(:,:)
|
|
|
|
complex(psb_spk_), optional, allocatable, intent(out) :: b(:,:), g(:,:), x(:,:)
|
|
|
|
complex(psb_dpk_), optional, allocatable, intent(out) :: b(:,:), g(:,:), x(:,:)
|
|
|
|
subroutine dhb_write(a,iret,iunit,filename,key,rhs,g,x,mtitle)
|
|
|
|
subroutine chb_write(a,iret,iunit,filename,key,rhs,g,x,mtitle)
|
|
|
|
subroutine zhb_write(a,iret,iunit,filename,key,rhs,g,x,mtitle)
|