|
NAMESRC/zrscl.f SYNOPSISFunctions/Subroutinessubroutine zrscl (n, a, x, incx)
Function/Subroutine Documentationsubroutine zrscl (integer n, complex*16 a, complex*16, dimension( * ) x, integer incx)ZDRSCL multiplies a vector by the reciprocal of a real scalar. Purpose:
Parameters N
A
X
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Definition at line 83 of file zrscl.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|