LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
{un,or}ml2: multiply by Q, level 2, step in unmlq
Collaboration diagram for {un,or}ml2: multiply by Q, level 2, step in unmlq:

Functions

subroutine cunml2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 CUNML2 multiplies a general matrix by the unitary matrix from a LQ factorization determined by cgelqf (unblocked algorithm).
 
subroutine dorml2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 DORML2 multiplies a general matrix by the orthogonal matrix from a LQ factorization determined by sgelqf (unblocked algorithm).
 
subroutine sorml2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 SORML2 multiplies a general matrix by the orthogonal matrix from a LQ factorization determined by sgelqf (unblocked algorithm).
 
subroutine zunml2 (side, trans, m, n, k, a, lda, tau, c, ldc, work, info)
 ZUNML2 multiplies a general matrix by the unitary matrix from a LQ factorization determined by cgelqf (unblocked algorithm).
 

Detailed Description