|
|
|
@ -707,7 +707,7 @@ subroutine psb_c_simple_glob_transpose_ip(ain,desc_a,info)
|
|
|
|
|
! that the same DESC_A works for both A and A^T, which
|
|
|
|
|
! essentially means that A has a symmetric pattern.
|
|
|
|
|
!
|
|
|
|
|
type(psb_lc_coo_sparse_mat) :: tmpc1, tmpc2
|
|
|
|
|
type(psb_c_coo_sparse_mat) :: tmpc1, tmpc2
|
|
|
|
|
integer(psb_ipk_) :: nz1, nz2, nzh, nz
|
|
|
|
|
integer(psb_ipk_) :: ictxt, me, np
|
|
|
|
|
integer(psb_lpk_) :: i, j, k, nrow, ncol, nlz
|
|
|
|
@ -758,7 +758,7 @@ subroutine psb_c_simple_glob_transpose(ain,aout,desc_a,info)
|
|
|
|
|
! that the same DESC_A works for both A and A^T, which
|
|
|
|
|
! essentially means that A has a symmetric pattern.
|
|
|
|
|
!
|
|
|
|
|
type(psb_lc_coo_sparse_mat) :: tmpc1, tmpc2
|
|
|
|
|
type(psb_c_coo_sparse_mat) :: tmpc1, tmpc2
|
|
|
|
|
integer(psb_ipk_) :: nz1, nz2, nzh, nz
|
|
|
|
|
integer(psb_ipk_) :: ictxt, me, np
|
|
|
|
|
integer(psb_lpk_) :: i, j, k, nrow, ncol, nlz
|
|
|
|
|