.TH "BLAS/SRC/zscal.f" 3 "Version 3.12.0" "LAPACK" \" -*- nroff -*- .ad l .nh .SH NAME BLAS/SRC/zscal.f .SH SYNOPSIS .br .PP .SS "Functions/Subroutines" .in +1c .ti -1c .RI "subroutine \fBzscal\fP (n, za, zx, incx)" .br .RI "\fBZSCAL\fP " .in -1c .SH "Function/Subroutine Documentation" .PP .SS "subroutine zscal (integer n, complex*16 za, complex*16, dimension(*) zx, integer incx)" .PP \fBZSCAL\fP .PP \fBPurpose:\fP .RS 4 .PP .nf ZSCAL scales a vector by a constant\&. .fi .PP .RE .PP \fBParameters\fP .RS 4 \fIN\fP .PP .nf N is INTEGER number of elements in input vector(s) .fi .PP .br \fIZA\fP .PP .nf ZA is COMPLEX*16 On entry, ZA specifies the scalar alpha\&. .fi .PP .br \fIZX\fP .PP .nf ZX is COMPLEX*16 array, dimension ( 1 + ( N - 1 )*abs( INCX ) ) .fi .PP .br \fIINCX\fP .PP .nf INCX is INTEGER storage spacing between elements of ZX .fi .PP .RE .PP \fBAuthor\fP .RS 4 Univ\&. of Tennessee .PP Univ\&. of California Berkeley .PP Univ\&. of Colorado Denver .PP NAG Ltd\&. .RE .PP \fBFurther Details:\fP .RS 4 .PP .nf jack dongarra, 3/11/78\&. modified 3/93 to return if incx \&.le\&. 0\&. modified 12/3/93, array(1) declarations changed to array(*) .fi .PP .RE .PP .PP Definition at line \fB77\fP of file \fBzscal\&.f\fP\&. .SH "Author" .PP Generated automatically by Doxygen for LAPACK from the source code\&.