Go to the source code of this file.
Functions/Subroutines | |
| subroutine | smumps_updatedeter (piv, deter, nexp) |
| subroutine | smumps_updatedeter_scaling (piv, deter, nexp) |
| subroutine | smumps_getdeter2d (block_size, ipiv, myrow, mycol, nprow, npcol, a, local_m, local_n, n, myid, deter, nexp, sym) |
| subroutine | smumps_deter_reduction (comm, deter_in, nexp_in, deter_out, nexp_out, nprocs) |
| subroutine | smumps_deterreduce_func (inv, inoutv, nel, datatype) |
| subroutine | smumps_deter_square (deter, nexp) |
| subroutine | smumps_deter_scaling_inverse (deter, nexp) |
| subroutine | smumps_deter_sign_perm (deter, n, visited, perm) |
| subroutine | smumps_par_root_minmax_piv_upd (block_size, ipiv, myrow, mycol, nprow, npcol, a, local_m, local_n, n, myid, dkeep, keep, sym) |
| subroutine smumps_deter_reduction | ( | integer, intent(in) | comm, |
| real, intent(in) | deter_in, | ||
| integer, intent(in) | nexp_in, | ||
| real, intent(out) | deter_out, | ||
| integer, intent(out) | nexp_out, | ||
| integer, intent(in) | nprocs ) |
Definition at line 80 of file sfac_determinant.F.
| subroutine smumps_deter_scaling_inverse | ( | real, intent(inout) | deter, |
| integer, intent(inout) | nexp ) |
Definition at line 147 of file sfac_determinant.F.
| subroutine smumps_deter_sign_perm | ( | real, intent(inout) | deter, |
| integer, intent(in) | n, | ||
| integer, dimension(n), intent(inout) | visited, | ||
| integer, dimension(n), intent(in) | perm ) |
Definition at line 155 of file sfac_determinant.F.
| subroutine smumps_deter_square | ( | real, intent(inout) | deter, |
| integer, intent(inout) | nexp ) |
Definition at line 139 of file sfac_determinant.F.
| subroutine smumps_deterreduce_func | ( | real, dimension ( 2 * nel ), intent(in) | inv, |
| real, dimension ( 2 * nel ), intent(inout) | inoutv, | ||
| integer, intent(in) | nel, | ||
| integer, intent(in) | datatype ) |
Definition at line 118 of file sfac_determinant.F.
| subroutine smumps_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, | ||
| real, dimension(*), intent(in) | a, | ||
| integer, intent(in) | local_m, | ||
| integer, intent(in) | local_n, | ||
| integer, intent(in) | n, | ||
| integer, intent(in) | myid, | ||
| real, intent(inout) | deter, | ||
| integer, intent(inout) | nexp, | ||
| integer, intent(in) | sym ) |
Definition at line 34 of file sfac_determinant.F.
| subroutine smumps_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, | ||
| real, 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 180 of file sfac_determinant.F.
| subroutine smumps_updatedeter | ( | real, intent(in) | piv, |
| real, intent(inout) | deter, | ||
| integer, intent(inout) | nexp ) |
Definition at line 14 of file sfac_determinant.F.
| subroutine smumps_updatedeter_scaling | ( | real, intent(in) | piv, |
| real, intent(inout) | deter, | ||
| integer, intent(inout) | nexp ) |
Definition at line 24 of file sfac_determinant.F.