<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lamrg.hpp File Reference
Include dependency graph for lamrg.hpp:

Go to the source code of this file.

Namespaces

namespace  tlapack
 Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ).
 

Functions

template<class idx_t , class a_t , class idx1_t >
void tlapack::lamrg (idx_t n1, idx_t n2, a_t &a, int dtrd1, int dtrd2, idx1_t &index)
 DLAMRG creates a permutation list to merge the entries of two independently sorted sets into a single set sorted in ascending order.
 

Detailed Description

Author
Brian Dang, University of Colorado Denver, USA