<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
#include <tlapack/blas/copy.hpp>
#include <tlapack/blas/iamax.hpp>
#include <tlapack/blas/rot.hpp>
#include <tlapack/blas/scal.hpp>
#include <tlapack/lapack/lacpy.hpp>
#include <tlapack/lapack/laed4.hpp>
#include <tlapack/lapack/lamrg.hpp>
#include <tlapack/lapack/lapy2.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 matrixQ_t , class d_t , class indxq_t , class real_t , class z_t , class dlambda_t , class w_t , class matrixQ2_t , class indx_t , class indxc_t , class indxp_t , class coltyp_t > | |
int | tlapack::laed2 (idx_t &k, idx_t n, idx_t n1, d_t &d, matrixQ_t &q, idx_t ldq, indxq_t &indxq, real_t &rho, z_t z, dlambda_t &dlambda, w_t &w, matrixQ2_t &q2, indx_t &indx, indxc_t &indxc, indxp_t &indxp, coltyp_t &coltyp) |