Performs a linear transformation of a pair of complex vectors.
The FORTRAN 77 interfaces are specified in the mkl_lapack.fi include file (to be used in Fortran programs) and in the mkl_lapack.h include file (to be used in C programs).
The routine performs the following transformation
where c, s are complex scalars and x, y are complex vectors.
INTEGER. The number of elements in the vectors cx and cy (n ≥ 0).
COMPLEX for clacrt
COMPLEX*16 for zlacrt
Arrays, dimension (n).
Contain input vectors x and y, respectively.
INTEGER. The increment between successive elements of cx.
INTEGER. The increment between successive elements of cy.
COMPLEX for clacrt
COMPLEX*16 for zlacrt
Complex scalars that define the transform matrix
Copyright © 1994 - 2010, Intel Corporation. All rights reserved.