| <T>LAPACK 0.1.2
    C++ Template Linear Algebra PACKage | 
Multiplies the general m-by-n matrix C by Q from geqrf() More...
#include "tlapack/lapack/unmqr.hpp"

Go to the source code of this file.
| Namespaces | |
| namespace | tlapack | 
| Sort the numbers in D in increasing order (if ID = 'I') or in decreasing order (if ID = 'D' ). | |
| 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: | |
Multiplies the general m-by-n matrix C by Q from geqrf()