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

Detailed Description

Author
Brian Dang, University of Colorado Denver, USA