LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lamrg: permutation to merge 2 sorted lists:

Functions

subroutine dlamrg (N1, N2, A, DTRD1, DTRD2, INDEX)
 DLAMRG creates a permutation list to merge the entries of two independently sorted sets into a single set sorted in ascending order. More...
 
subroutine slamrg (N1, N2, A, STRD1, STRD2, INDEX)
 SLAMRG creates a permutation list to merge the entries of two independently sorted sets into a single set sorted in ascending order. More...
 

Detailed Description