Go to the source code of this file.
Functions/Subroutines | |
| integer function | cmumps_ooc_get_panel_size (hbuf_size, nnmax, k227, k50) |
| subroutine | cmumps_permute_panel (ipiv, lpiv, ishift, the_panel, nbrow, nbcol, kbeforepanel) |
| subroutine | cmumps_get_ooc_perm_ptr (typef, nbpanels, i_pivptr, i_piv, ipos, iw, liw) |
| subroutine | cmumps_ooc_pp_set_ptr (k50, nbpanels_l, nbpanels_u, nass, ipos, iw, liw) |
| subroutine | cmumps_ooc_pp_tryrelease_space (iwpos, ioldps, iw, liw, monbloc, nfront, keep) |
| subroutine | cmumps_ooc_get_pp_sizes (k50, nbrow_l, nbcol_u, nass, nbpanels_l, nbpanels_u, lreq) |
| subroutine | cmumps_ooc_pp_check_perm_freed (iw_location, must_be_permuted) |
| subroutine cmumps_get_ooc_perm_ptr | ( | integer, intent(in) | typef, |
| integer, intent(out) | nbpanels, | ||
| integer, intent(out) | i_pivptr, | ||
| integer, intent(out) | i_piv, | ||
| integer, intent(in) | ipos, | ||
| integer, dimension(liw) | iw, | ||
| integer, intent(in) | liw ) |
Definition at line 130 of file cooc_panel_piv.F.
| integer function cmumps_ooc_get_panel_size | ( | integer(8), intent(in) | hbuf_size, |
| integer, intent(in) | nnmax, | ||
| integer, intent(in) | k227, | ||
| integer, intent(in) | k50 ) |
Definition at line 24 of file cooc_panel_piv.F.
| subroutine cmumps_ooc_get_pp_sizes | ( | integer, intent(in) | k50, |
| integer, intent(in) | nbrow_l, | ||
| integer, intent(in) | nbcol_u, | ||
| integer, intent(in) | nass, | ||
| integer, intent(out) | nbpanels_l, | ||
| integer, intent(out) | nbpanels_u, | ||
| integer, intent(out) | lreq ) |
Definition at line 301 of file cooc_panel_piv.F.
| subroutine cmumps_ooc_pp_check_perm_freed | ( | integer, intent(in) | iw_location, |
| logical, intent(inout) | must_be_permuted ) |
Definition at line 347 of file cooc_panel_piv.F.
| subroutine cmumps_ooc_pp_set_ptr | ( | integer | k50, |
| integer | nbpanels_l, | ||
| integer | nbpanels_u, | ||
| integer | nass, | ||
| integer | ipos, | ||
| integer, dimension(liw) | iw, | ||
| integer | liw ) |
Definition at line 193 of file cooc_panel_piv.F.
| subroutine cmumps_ooc_pp_tryrelease_space | ( | integer, intent(inout) | iwpos, |
| integer, intent(in) | ioldps, | ||
| integer, dimension(liw), intent(inout) | iw, | ||
| integer, intent(in) | liw, | ||
| type(io_block), intent(in) | monbloc, | ||
| integer, intent(in) | nfront, | ||
| integer, dimension(500), intent(in) | keep ) |
Definition at line 232 of file cooc_panel_piv.F.
| subroutine cmumps_permute_panel | ( | integer, dimension(lpiv) | ipiv, |
| integer | lpiv, | ||
| integer | ishift, | ||
| complex, dimension(nbrow, nbcol) | the_panel, | ||
| integer | nbrow, | ||
| integer | nbcol, | ||
| integer | kbeforepanel ) |
Definition at line 76 of file cooc_panel_piv.F.