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

Go to the source code of this file.

Functions

template<TLAPACK_VECTOR vector_t>
void tlapack::swap (vector_t &x, vector_t &y)
 Swap vectors, \(x <=> y\).
 
template<TLAPACK_VECTOR vectorX_t, TLAPACK_VECTOR vectorY_t, class T = type_t<vectorY_t>, disable_if_allow_optblas_t< pair< vectorX_t, T >, pair< vectorY_t, T > > = 0>
void tlapack::swap (vectorX_t &x, vectorY_t &y)
 Swap vectors, \(x <=> y\).
 

Detailed Description

Author
Weslley S Pereira, University of Colorado Denver, USA