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

Functions

subroutine cunmr3 (side, trans, m, n, k, l, a, lda, tau, c, ldc, work, info)
 CUNMR3 multiplies a general matrix by the unitary matrix from a RZ factorization determined by ctzrzf (unblocked algorithm).
 
subroutine dormr3 (side, trans, m, n, k, l, a, lda, tau, c, ldc, work, info)
 DORMR3 multiplies a general matrix by the orthogonal matrix from a RZ factorization determined by stzrzf (unblocked algorithm).
 
subroutine sormr3 (side, trans, m, n, k, l, a, lda, tau, c, ldc, work, info)
 SORMR3 multiplies a general matrix by the orthogonal matrix from a RZ factorization determined by stzrzf (unblocked algorithm).
 
subroutine zunmr3 (side, trans, m, n, k, l, a, lda, tau, c, ldc, work, info)
 ZUNMR3 multiplies a general matrix by the unitary matrix from a RZ factorization determined by ctzrzf (unblocked algorithm).
 

Detailed Description