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

Go to the source code of this file.

Functions

template<TLAPACK_VECTOR vectorX_t, TLAPACK_VECTOR vectorY_t, TLAPACK_REAL c_type, TLAPACK_SCALAR s_type, class T = type_t<vectorX_t>, disable_if_allow_optblas_t< pair< vectorX_t, T >, pair< vectorY_t, T >, pair< c_type, real_type< T > >, pair< s_type, real_type< T > > > = 0>
void tlapack::rot (vectorX_t &x, vectorY_t &y, const c_type &c, const s_type &s)
 Apply plane rotation:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA