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

Go to the source code of this file.

Functions

template<TLAPACK_SMATRIX matrixA_t, TLAPACK_SMATRIX matrixC_t, TLAPACK_VECTOR tau_t, TLAPACK_SIDE side_t, TLAPACK_OP trans_t>
int tlapack::unmr2 (side_t side, trans_t trans, const matrixA_t &A, const tau_t &tau, matrixC_t &C)
 Applies unitary matrix Q from an RQ factorization to a matrix C.
 
template<class T , TLAPACK_SMATRIX matrixA_t, TLAPACK_SMATRIX matrixC_t, TLAPACK_VECTOR tau_t, TLAPACK_SIDE side_t, TLAPACK_OP trans_t>
constexpr WorkInfo tlapack::unmr2_worksize (side_t side, trans_t trans, const matrixA_t &A, const tau_t &tau, const matrixC_t &C)
 Worspace query of unmr2()
 

Detailed Description

Author
Thijs Steel, KU Leuven, Belgium
Note
Adapted from
See also
https://github.com/langou/latl/blob/master/include/ormr2.h