<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
lasrt.hpp File Reference
#include <algorithm>
#include <utility>
#include <vector>
#include "tlapack/base/utils.hpp"
Include dependency graph for lasrt.hpp:
This graph shows which files directly or indirectly include this file:

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 d_t >
int tlapack::lasrt (char id, idx_t n, d_t &d)
 

Detailed Description

Author
Brian Dang, University of Colorado Denver, USA Adapted from
See also
https://github.com/Reference-LAPACK/lapack/tree/master/SRC/dlasrt.f