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

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:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA