Go to the source code of this file.
Functions/Subroutines | |
| subroutine | cmumps_updatedeter (piv, deter, nexp) |
| subroutine | cmumps_updatedeter_scaling (piv, deter, nexp) |
| subroutine | cmumps_getdeter2d (block_size, ipiv, myrow, mycol, nprow, npcol, a, local_m, local_n, n, myid, deter, nexp, sym) |
| subroutine | cmumps_deter_reduction (comm, deter_in, nexp_in, deter_out, nexp_out, nprocs) |
| subroutine | cmumps_deterreduce_func (inv, inoutv, nel, datatype) |
| subroutine | cmumps_deter_square (deter, nexp) |
| subroutine | cmumps_deter_scaling_inverse (deter, nexp) |
| subroutine | cmumps_deter_sign_perm (deter, n, visited, perm) |
| subroutine | cmumps_par_root_minmax_piv_upd (block_size, ipiv, myrow, mycol, nprow, npcol, a, local_m, local_n, n, myid, dkeep, keep, sym) |
| subroutine cmumps_deter_reduction | ( | integer, intent(in) | comm, |
| complex, intent(in) | deter_in, | ||
| integer, intent(in) | nexp_in, | ||
| complex, intent(out) | deter_out, | ||
| integer, intent(out) | nexp_out, | ||
| integer, intent(in) | nprocs ) |
Definition at line 87 of file cfac_determinant.F.
| subroutine cmumps_deter_scaling_inverse | ( | real, intent(inout) | deter, |
| integer, intent(inout) | nexp ) |
Definition at line 154 of file cfac_determinant.F.
| subroutine cmumps_deter_sign_perm | ( | complex, intent(inout) | deter, |
| integer, intent(in) | n, | ||
| integer, dimension(n), intent(inout) | visited, | ||
| integer, dimension(n), intent(in) | perm ) |
Definition at line 162 of file cfac_determinant.F.
| subroutine cmumps_deter_square | ( | complex, intent(inout) | deter, |
| integer, intent(inout) | nexp ) |
Definition at line 146 of file cfac_determinant.F.
| subroutine cmumps_deterreduce_func | ( | complex, dimension ( 2 * nel ), intent(in) | inv, |
| complex, dimension ( 2 * nel ), intent(inout) | inoutv, | ||
| integer, intent(in) | nel, | ||
| integer, intent(in) | datatype ) |
Definition at line 125 of file cfac_determinant.F.
| subroutine cmumps_getdeter2d | ( | integer, intent(in) | block_size, |
| integer, dimension(local_m), intent(in) | ipiv, | ||
| integer, intent(in) | myrow, | ||
| integer, intent(in) | mycol, | ||
| integer, intent(in) | nprow, | ||
| integer, intent(in) | npcol, | ||
| complex, dimension(*), intent(in) | a, | ||
| integer, intent(in) | local_m, | ||
| integer, intent(in) | local_n, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | myid, | ||
| complex, intent(inout) | deter, | ||
| integer, intent(inout) | nexp, | ||
| integer, intent(in) | sym ) |
Definition at line 41 of file cfac_determinant.F.
| subroutine cmumps_par_root_minmax_piv_upd | ( | integer, intent(in) | block_size, |
| integer, dimension(local_m), intent(in) | ipiv, | ||
| integer, intent(in) | myrow, | ||
| integer, intent(in) | mycol, | ||
| integer, intent(in) | nprow, | ||
| integer, intent(in) | npcol, | ||
| complex, dimension(*), intent(in) | a, | ||
| integer, intent(in) | local_m, | ||
| integer, intent(in) | local_n, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | myid, | ||
| real, dimension(230), intent(inout) | dkeep, | ||
| integer, dimension(500), intent(in) | keep, | ||
| integer, intent(in) | sym ) |
Definition at line 187 of file cfac_determinant.F.
| subroutine cmumps_updatedeter | ( | complex, intent(in) | piv, |
| complex, intent(inout) | deter, | ||
| integer, intent(inout) | nexp ) |
Definition at line 14 of file cfac_determinant.F.
| subroutine cmumps_updatedeter_scaling | ( | real, intent(in) | piv, |
| real, intent(inout) | deter, | ||
| integer, intent(inout) | nexp ) |
Definition at line 31 of file cfac_determinant.F.