|
<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.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 d_t , class z_t , class delta_t , class real_t , class idx_t > | |
| void | tlapack::laed5 (idx_t i, d_t &d, z_t &z, delta_t &delta, real_t rho, real_t &dlam) |
| LAED5 used by STEDC. | |