12#ifndef TLAPACK_LAPY3_HH
13#define TLAPACK_LAPY3_HH
#define TLAPACK_REAL
Macro for tlapack::concepts::Real compatible with C++17.
Definition concepts.hpp:918
real_type< TX, TY, TZ > lapy3(const TX &x, const TY &y, const TZ &z)
Finds , taking care not to cause unnecessary overflow or unnecessary underflow.
Definition lapy3.hpp:38
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