cscal (l) - Linux Manuals
cscal: CSCAL scale a vector by a constant
Command to display cscal
manual in Linux: $ man l cscal
NAME
CSCAL - CSCAL scale a vector by a constant
SYNOPSIS
- SUBROUTINE CSCAL(N,CA,CX,INCX)
-
-
COMPLEX
CA
-
INTEGER
INCX,N
-
COMPLEX
CX(*)
PURPOSE
CSCAL scales a vector by a 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 cscal
- cscal (3)
- 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,
- cspsvx (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
- csptrf (l) - computes the factorization of a complex symmetric matrix A stored in packed format using the Bunch-Kaufman diagonal pivoting method