<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
svd22.hpp File Reference
Include dependency graph for svd22.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , enable_if_t<!is_complex< T >, bool > = true>
void tlapack::svd22 (const T &f, const T &g, const T &h, T &ssmin, T &ssmax, T &csl, T &snl, T &csr, T &snr)
 Computes the singular value decomposition of a 2-by-2 real triangular matrix.
 

Detailed Description

Author
Thijs Steel, KU Leuven, Belgium Adapted from
See also
https://github.com/Reference-LAPACK/lapack/tree/master/SRC/dlasv2.f