![]() |
![]()
| ![]() |
![]()
NAMESRC/dorm22.f SYNOPSISFunctions/Subroutinessubroutine dorm22 (side, trans, m, n, n1, n2, q, ldq, c,
ldc, work, lwork, info)
Function/Subroutine Documentationsubroutine dorm22 (character side, character trans, integer m, integer n, integer n1, integer n2, double precision, dimension( ldq, * ) q, integer ldq, double precision, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) work, integer lwork, integer info)DORM22 multiplies a general matrix by a banded orthogonal matrix. Purpose
Parameters SIDE
TRANS
M
N
N1
Q
LDQ
C
LDC
WORK
LWORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 161 of file dorm22.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|