<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
larfb.hpp File Reference

Applies a Householder block reflector to a matrix. More...

Include dependency graph for larfb.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Applies a Householder block reflector to a matrix.

Author
Weslley S Pereira, University of Colorado Denver, USA
Note
Adapted from
See also
https://github.com/langou/latl/blob/master/include/larfb.h