![]() |
![]()
| ![]() |
![]()
NAMESRC/sormr3.f SYNOPSISFunctions/Subroutinessubroutine sormr3 (side, trans, m, n, k, l, a, lda, tau, c,
ldc, work, info)
Function/Subroutine Documentationsubroutine sormr3 (character side, character trans, integer m, integer n, integer k, integer l, real, dimension( lda, * ) a, integer lda, real, dimension( * ) tau, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) work, integer info)SORMR3 multiplies a general matrix by the orthogonal matrix from a RZ factorization determined by stzrzf (unblocked algorithm). Purpose:
Parameters SIDE
TRANS
M
N
K
L
A
LDA
TAU
C
LDC
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Contributors: A. Petitet, Computer Science Dept., Univ. of Tenn.,
Knoxville, USA
Further Details: Definition at line 176 of file sormr3.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|