LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
{un,or}m22: multiply by banded Q, step in gghd3
Collaboration diagram for {un,or}m22: multiply by banded Q, step in gghd3:

Functions

subroutine cunm22 (SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, WORK, LWORK, INFO)
 CUNM22 multiplies a general matrix by a banded unitary matrix. More...
 
subroutine dorm22 (SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, WORK, LWORK, INFO)
 DORM22 multiplies a general matrix by a banded orthogonal matrix. More...
 
subroutine sorm22 (SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, WORK, LWORK, INFO)
 SORM22 multiplies a general matrix by a banded orthogonal matrix. More...
 
subroutine zunm22 (SIDE, TRANS, M, N, N1, N2, Q, LDQ, C, LDC, WORK, LWORK, INFO)
 ZUNM22 multiplies a general matrix by a banded unitary matrix. More...
 

Detailed Description