<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<typename T , enable_if_t<!is_complex< T >, bool > = true> | |
void | tlapack::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. | |