LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
{un,or}mr2: step in unmrq
Collaboration diagram for {un,or}mr2: step in unmrq:

Functions

subroutine cunmr2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 CUNMR2 multiplies a general matrix by the unitary matrix from a RQ factorization determined by cgerqf (unblocked algorithm).
 
subroutine dormr2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 DORMR2 multiplies a general matrix by the orthogonal matrix from a RQ factorization determined by sgerqf (unblocked algorithm).
 
subroutine sormr2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 SORMR2 multiplies a general matrix by the orthogonal matrix from a RQ factorization determined by sgerqf (unblocked algorithm).
 
subroutine zunmr2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 ZUNMR2 multiplies a general matrix by the unitary matrix from a RQ factorization determined by cgerqf (unblocked algorithm).
 

Detailed Description