<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Go to the source code of this file.
Functions | |
template<TLAPACK_SIDE side_t, TLAPACK_DIRECTION direction_t, TLAPACK_SVECTOR C_t, TLAPACK_SVECTOR S_t, TLAPACK_SMATRIX A_t> | |
int | tlapack::rot_sequence (side_t side, direction_t direction, const C_t &c, const S_t &s, A_t &A) |
Applies a sequence of plane rotations to an (m-by-n) matrix. | |