<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
laed2.hpp File Reference
Include dependency graph for laed2.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)
 

Detailed Description

Author
Thijs Steel, KU Leuven, Belgium