<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
#include "tlapack/base/constants.hpp"
#include "tlapack/base/utils.hpp"
#include "tlapack/lapack/lapy2.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_REAL T> | |
void | tlapack::lahqr_schur22 (T &a, T &b, T &c, T &d, complex_type< T > &s1, complex_type< T > &s2, T &cs, T &sn) |
Computes the Schur factorization of a 2x2 matrix A. | |