12#ifndef TLAPACK_SINGULARVALUES22_HH
13#define TLAPACK_SINGULARVALUES22_HH
39template <
typename T, enable_if_t<!is_complex<T>,
bool> = true>
void singularvalues22(const T &f, const T &g, const T &h, T &ssmin, T &ssmax)
Computes the singular value decomposition of a 2-by-2 real triangular matrix.
Definition singularvalues22.hpp:40
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