csscal (l) - Linux Manuals
csscal: CSSCAL scale a complex vector by a real constant
Command to display csscal
manual in Linux: $ man l csscal
NAME
CSSCAL - CSSCAL scale a complex vector by a real constant
SYNOPSIS
- SUBROUTINE CSSCAL(N,SA,CX,INCX)
-
-
REAL
SA
-
INTEGER
INCX,N
-
COMPLEX
CX(*)
PURPOSE
CSSCAL scales a complex vector by a real constant.
FURTHER DETAILS
jack dongarra, linpack, 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 csscal
- csscal (3)
- cscal (l) - CSCAL scale a vector by a constant
- cspcon (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 CSPTRF
- cspmv (l) - performs the matrix-vector operation y := alpha*A*x + beta*y,
- cspr (l) - performs the symmetric rank 1 operation A := alpha*x*conjg( xaq ) + A,
- csprfs (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
- cspsv (l) - computes the solution to a complex system of linear equations A * X = B,