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

Forms the triangular factor T of a block reflector. More...

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

Go to the source code of this file.

Functions

template<class direction_t , class storev_t , typename scalar_t >
int tlapack::legacy::larft (direction_t direction, storev_t storev, idx_t n, idx_t k, const scalar_t *V, idx_t ldV, const scalar_t *tau, scalar_t *T, idx_t ldT)
 Forms the triangular factor T of a block reflector H of order n, which is defined as a product of k elementary reflectors.
 

Detailed Description

Forms the triangular factor T of a block reflector.

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