<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/utils.hpp"
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. | |