<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Applies a Householder block reflector to a matrix. More...
#include "tlapack/lapack/larfb.hpp"
Go to the source code of this file.
Functions | |
template<class side_t , class trans_t , class direction_t , class storev_t , typename TV , typename TC > | |
int | tlapack::legacy::larfb (side_t side, trans_t trans, direction_t direction, storev_t storev, idx_t m, idx_t n, idx_t k, TV const *V, idx_t ldv, TV const *T, idx_t ldt, TC *C, idx_t ldc) |
Applies a block reflector \(H\) or its conjugate transpose \(H^H\) to a m-by-n matrix C, from either the left or the right. | |
Applies a Householder block reflector to a matrix.