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

Multiplies the general m-by-n matrix C by Q from geqrf() More...

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

Go to the source code of this file.

Functions

template<class side_t , class trans_t , typename TA , typename TC >
int tlapack::legacy::unmqr (side_t side, trans_t trans, idx_t m, idx_t n, idx_t k, TA const *A, idx_t lda, TA const *tau, TC *C, idx_t ldc)
 Multiplies the general m-by-n matrix C by Q from geqrf() using a blocked code as follows:
 

Detailed Description

Multiplies the general m-by-n matrix C by Q from geqrf()

Author
Weslley S Pereira, University of Colorado Denver, USA