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