<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<TLAPACK_COMPLEX T, enable_if_t< is_complex< T >, int > = 0, disable_if_allow_optblas_t< T > = 0> | |
void | tlapack::rotg (T &a, const T &b, real_type< T > &c, T &s) |
Construct plane rotation that eliminates b, such that: | |
template<TLAPACK_REAL T, enable_if_t< is_real< T >, int > = 0, disable_if_allow_optblas_t< T > = 0> | |
void | tlapack::rotg (T &a, T &b, T &c, T &s) |
Construct plane rotation that eliminates b, such that: | |