<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Forms the triangular factor T of a block reflector. More...
#include "tlapack/lapack/larft.hpp"
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. | |
Forms the triangular factor T of a block reflector.