<T>LAPACK 0.1.1
C++ Template Linear Algebra PACKage
Loading...
Searching...
No Matches
gelqt.hpp File Reference
Include dependency graph for gelqt.hpp:

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX matrix_t>
int tlapack::gelqt (matrix_t &A, matrix_t &TT)
 Computes an LQ factorization of a complex m-by-n matrix A using a blocked algorithm.
 
template<TLAPACK_SMATRIX matrix_t, TLAPACK_WORKSPACE work_t>
int tlapack::gelqt_work (matrix_t &A, matrix_t &TT, work_t &work)
 Computes an LQ factorization of a complex m-by-n matrix A using a blocked algorithm. Workspace is provided as an argument.
 
template<class T , TLAPACK_SMATRIX matrix_t>
constexpr WorkInfo tlapack::gelqt_worksize (const matrix_t &A, const matrix_t &TT)
 Worspace query of gelqt()
 

Detailed Description

Author
Yuxin Cai, University of Colorado Denver, USA
Note
Adapted from
See also
https://github.com/Reference-LAPACK/lapack/blob/master/SRC/zgelqf.f