<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
ungq_level2.hpp File Reference
Include dependency graph for ungq_level2.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t, TLAPACK_DIRECTION direction_t, TLAPACK_STOREV storage_t>
int tlapack::ungq_level2 (direction_t direction, storage_t storeMode, matrix_t &A, const vector_t &tau)
 Generates a matrix Q that is the product of elementary reflectors.
 
template<TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t, TLAPACK_DIRECTION direction_t, TLAPACK_STOREV storage_t, TLAPACK_WORKSPACE work_t>
int tlapack::ungq_level2_work (direction_t direction, storage_t storeMode, matrix_t &A, const vector_t &tau, work_t &work)
 Generates a matrix Q that is the product of elementary reflectors. Workspace is provided as an argument.
 
template<class T , TLAPACK_SMATRIX matrix_t, TLAPACK_SVECTOR vector_t, TLAPACK_DIRECTION direction_t, TLAPACK_STOREV storage_t>
constexpr WorkInfo tlapack::ungq_level2_worksize (direction_t direction, storage_t storeMode, const matrix_t &A, const vector_t &tau)
 Worspace query of ungq_level2()
 

Detailed Description

Author
Yuxin Cai, University of Colorado Denver, USA
Thijs Steel, KU Leuven, Belgium
Weslley S Pereira, University of Colorado Denver, USA
Note
Adapted from
See also
https://github.com/Reference-LAPACK/lapack/blob/master/SRC/zung2l.f