![]() |
![]()
| ![]() |
![]()
NAMESRC/dlarf.f SYNOPSISFunctions/Subroutinessubroutine dlarf (side, m, n, v, incv, tau, c, ldc, work)
Function/Subroutine Documentationsubroutine dlarf (character side, integer m, integer n, double precision, dimension( * ) v, integer incv, double precision tau, double precision, dimension( ldc, * ) c, integer ldc, double precision, dimension( * ) work)DLARF applies an elementary reflector to a general rectangular matrix. Purpose:
Parameters SIDE
M
N
V
INCV
TAU
C
LDC
WORK
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 123 of file dlarf.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|