<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_SMATRIX C_t, TLAPACK_SMATRIX S_t, TLAPACK_SMATRIX A_t> | |
void | tlapack::rot_sequence3 (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. | |