Go to the source code of this file.
Functions/Subroutines | |
| subroutine | zmumps_symmetrize (buf, block_size, myrow, mycol, nprow, npcol, a, local_m, local_n, n, myid, comm) |
| subroutine | zmumps_send_block (buf, a, lda, m, n, comm, dest) |
| subroutine | zmumps_recv_block (buf, a, lda, m, n, comm, source) |
| subroutine | zmumps_trans_diag (a, n, lda) |
| subroutine | zmumps_transpo (a1, a2, m, n, ld) |
| subroutine zmumps_recv_block | ( | complex(kind=8), dimension(*) | buf, |
| complex(kind=8), dimension( lda, *) | a, | ||
| integer | lda, | ||
| integer | m, | ||
| integer | n, | ||
| integer | comm, | ||
| integer | source ) |
Definition at line 122 of file zfac_type3_symmetrize.F.
| subroutine zmumps_send_block | ( | complex(kind=8), dimension(*) | buf, |
| complex(kind=8), dimension(lda,*) | a, | ||
| integer | lda, | ||
| integer | m, | ||
| integer | n, | ||
| integer | comm, | ||
| integer | dest ) |
Definition at line 103 of file zfac_type3_symmetrize.F.
| subroutine zmumps_symmetrize | ( | complex(kind=8), dimension( block_size * block_size ) | buf, |
| integer | block_size, | ||
| integer | myrow, | ||
| integer | mycol, | ||
| integer | nprow, | ||
| integer | npcol, | ||
| complex(kind=8), dimension( local_m, local_n ) | a, | ||
| integer | local_m, | ||
| integer | local_n, | ||
| integer | n, | ||
| integer | myid, | ||
| integer | comm ) |
Definition at line 14 of file zfac_type3_symmetrize.F.
| subroutine zmumps_trans_diag | ( | complex(kind=8), dimension( lda, * ) | a, |
| integer | n, | ||
| integer | lda ) |
Definition at line 139 of file zfac_type3_symmetrize.F.
| subroutine zmumps_transpo | ( | complex(kind=8), dimension( ld,* ) | a1, |
| complex(kind=8), dimension( ld, * ) | a2, | ||
| integer | m, | ||
| integer | n, | ||
| integer | ld ) |
Definition at line 151 of file zfac_type3_symmetrize.F.