11#ifndef TLAPACK_LEGACY_ROTG_HH
12#define TLAPACK_LEGACY_ROTG_HH
55 return ::tlapack::rotg(*a, *
b, *c, *
s);
void rotg(T *a, T *b, real_type< T > *c, T *s)
Construct plane rotation that eliminates b, such that:
Definition rotg.hpp:53
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