QR_MUMPS
|
This file contains a module with sorting facilities. More...
Go to the source code of this file.
Data Types | |
interface | qrm_sort_mod::qrm_mergesort |
interface | qrm_sort_mod::qrm_mergeswap |
Modules | |
module | qrm_sort_mod |
This module contains routines for sorting. | |
Functions/Subroutines | |
subroutine | qrm_sort_mod::qrm_mergeswapii (n, l, a1, a2) |
subroutine | qrm_sort_mod::qrm_mergeswapi (n, l, a) |
subroutine | qrm_sort_mod::qrm_mergeswapis (n, l, a1, a2) |
subroutine | qrm_sort_mod::qrm_mergeswapid (n, l, a1, a2) |
subroutine | qrm_sort_mod::qrm_mergeswapd (n, l, a1) |
subroutine | qrm_sort_mod::qrm_mergeswapic (n, l, a1, a2) |
subroutine | qrm_sort_mod::qrm_mergeswapiz (n, l, a1, a2) |
subroutine | qrm_sort_mod::qrm_mergesorti (n, k, l, order) |
subroutine | qrm_sort_mod::qrm_mergesortd (n, k, l, order) |
This file contains a module with sorting facilities.
Definition in file qrm_sort_mod.F90.