![]() |
![]()
| ![]() |
![]()
NAMESRC/sgemlqt.f SYNOPSISFunctions/Subroutinessubroutine sgemlqt (side, trans, m, n, k, mb, v, ldv, t,
ldt, c, ldc, work, info)
Function/Subroutine Documentationsubroutine sgemlqt (character side, character trans, integer m, integer n, integer k, integer mb, real, dimension( ldv, * ) v, integer ldv, real, dimension( ldt, * ) t, integer ldt, real, dimension( ldc, * ) c, integer ldc, real, dimension( * ) work, integer info)SGEMLQT Purpose:
Parameters SIDE
TRANS
M
N
K
MB
V
LDV
T
LDT
C
LDC
WORK
INFO
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 151 of file sgemlqt.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|