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

Go to the source code of this file.

Functions

template<int flag, TLAPACK_VECTOR vectorX_t, TLAPACK_VECTOR vectorY_t, enable_if_t<((-2<=flag) &&(flag<=1)), int > = 0, class T = type_t<vectorX_t>, enable_if_t< is_same_v< T, real_type< T > >, int > = 0, disable_if_allow_optblas_t< pair< vectorX_t, T >, pair< vectorY_t, T > > = 0>
void tlapack::rotm (vectorX_t &x, vectorY_t &y, const T h[4])
 Apply modified (fast) plane rotation, H:
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA