10#ifndef TLAPACK_LAED5_HH
11#define TLAPACK_LAED5_HH
60template <
class d_t,
class z_t,
class delta_t,
class real_t,
class idx_t>
Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ).
Definition arrayTraits.hpp:15
typename traits::real_type_traits< Types..., int >::type real_type
The common real type of the list of types.
Definition scalar_type_traits.hpp:113
void laed5(idx_t i, d_t &d, z_t &z, delta_t &delta, real_t rho, real_t &dlam)
LAED5 used by STEDC.
Definition laed5.hpp:61