<T>LAPACK 0.1.2
C++ Template Linear Algebra PACKage
|
Forms the triangular factor T of a block reflector. More...
#include "tlapack/base/utils.hpp"
#include "tlapack/blas/gemm.hpp"
#include "tlapack/blas/gemv.hpp"
#include "tlapack/blas/trmv.hpp"
Go to the source code of this file.
Functions | |
template<TLAPACK_DIRECTION direction_t, TLAPACK_STOREV storage_t, TLAPACK_SMATRIX matrixV_t, TLAPACK_VECTOR vector_t, TLAPACK_SMATRIX matrixT_t> | |
int | tlapack::larft (direction_t direction, storage_t storeMode, const matrixV_t &V, const vector_t &tau, matrixT_t &T) |
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.