zscal (l) - Linux Manuals
zscal: ZSCAL scale a vector by a constant
Command to display zscal
manual in Linux: $ man l zscal
NAME
ZSCAL - ZSCAL scale a vector by a constant
SYNOPSIS
- SUBROUTINE ZSCAL(N,ZA,ZX,INCX)
-
-
DOUBLE
COMPLEX ZA
-
INTEGER
INCX,N
-
DOUBLE
COMPLEX ZX(*)
PURPOSE
ZSCAL scales a vector by a constant.
FURTHER DETAILS
jack dongarra, 3/11/78.
modified 3/93 to return if incx .le. 0.
modified 12/3/93,
array(1) declarations changed to array(*)
Pages related to zscal
- zscal (3)
- zspcon (l) - estimates the reciprocal of the condition number (in the 1-norm) of a complex symmetric packed matrix A using the factorization A = U*D*U**T or A = L*D*L**T computed by ZSPTRF
- zspmv (l) - performs the matrix-vector operation y := alpha*A*x + beta*y,
- zspr (l) - performs the symmetric rank 1 operation A := alpha*x*conjg( xaq ) + A,
- zsprfs (l) - improves the computed solution to a system of linear equations when the coefficient matrix is symmetric indefinite and packed, and provides error bounds and backward error estimates for the solution
- zspsv (l) - computes the solution to a complex system of linear equations A * X = B,
- zspsvx (l) - uses the diagonal pivoting factorization A = U*D*U**T or A = L*D*L**T to compute the solution to a complex system of linear equations A * X = B, where A is an N-by-N symmetric matrix stored in packed format and X and B are N-by-NRHS matrices
- zsptrf (l) - computes the factorization of a complex symmetric matrix A stored in packed format using the Bunch-Kaufman diagonal pivoting method