![]() |
![]()
| ![]() |
![]()
NAMEscal - scal: x = alpha x SYNOPSISFunctionssubroutine cscal (n, ca, cx, incx)
Detailed DescriptionFunction Documentationsubroutine cscal (integer n, complex ca, complex, dimension(*) cx, integer incx)CSCAL Purpose:
Parameters N
CA
CX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 77 of file cscal.f. subroutine csscal (integer n, real sa, complex, dimension(*) cx, integer incx)CSSCAL Purpose:
Parameters N
SA
CX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 77 of file csscal.f. subroutine dscal (integer n, double precision da, double precision, dimension(*) dx, integer incx)DSCAL Purpose:
Parameters N
DA
DX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 78 of file dscal.f. subroutine sscal (integer n, real sa, real, dimension(*) sx, integer incx)SSCAL Purpose:
Parameters N
SA
SX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 78 of file sscal.f. subroutine zdscal (integer n, double precision da, complex*16, dimension(*) zx, integer incx)ZDSCAL Purpose:
Parameters N
DA
ZX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 77 of file zdscal.f. subroutine zscal (integer n, complex*16 za, complex*16, dimension(*) zx, integer incx)ZSCAL Purpose:
Parameters N
ZA
ZX
INCX
Author Univ. of Tennessee
Univ. of California Berkeley Univ. of Colorado Denver NAG Ltd. Further Details:
Definition at line 77 of file zscal.f. AuthorGenerated automatically by Doxygen for LAPACK from the source code.
|