GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
lacrt(3) LAPACK lacrt(3)

lacrt - lacrt: apply plane rotation (unused?)


subroutine clacrt (n, cx, incx, cy, incy, c, s)
CLACRT performs a linear transformation of a pair of complex vectors. subroutine zlacrt (n, cx, incx, cy, incy, c, s)
ZLACRT performs a linear transformation of a pair of complex vectors.

CLACRT performs a linear transformation of a pair of complex vectors.

Purpose:


CLACRT performs the operation
( c s )( x ) ==> ( x )
( -s c )( y ) ( y )
where c and s are complex and the vectors x and y are complex.

Parameters

N


N is INTEGER
The number of elements in the vectors CX and CY.

CX


CX is COMPLEX array, dimension (N)
On input, the vector x.
On output, CX is overwritten with c*x + s*y.

INCX


INCX is INTEGER
The increment between successive values of CX. INCX <> 0.

CY


CY is COMPLEX array, dimension (N)
On input, the vector y.
On output, CY is overwritten with -s*x + c*y.

INCY


INCY is INTEGER
The increment between successive values of CY. INCY <> 0.

C


C is COMPLEX

S


S is COMPLEX
C and S define the matrix
[ C S ].
[ -S C ]

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 104 of file clacrt.f.

ZLACRT performs a linear transformation of a pair of complex vectors.

Purpose:


ZLACRT performs the operation
( c s )( x ) ==> ( x )
( -s c )( y ) ( y )
where c and s are complex and the vectors x and y are complex.

Parameters

N


N is INTEGER
The number of elements in the vectors CX and CY.

CX


CX is COMPLEX*16 array, dimension (N)
On input, the vector x.
On output, CX is overwritten with c*x + s*y.

INCX


INCX is INTEGER
The increment between successive values of CX. INCX <> 0.

CY


CY is COMPLEX*16 array, dimension (N)
On input, the vector y.
On output, CY is overwritten with -s*x + c*y.

INCY


INCY is INTEGER
The increment between successive values of CY. INCY <> 0.

C


C is COMPLEX*16

S


S is COMPLEX*16
C and S define the matrix
[ C S ].
[ -S C ]

Author

Univ. of Tennessee

Univ. of California Berkeley

Univ. of Colorado Denver

NAG Ltd.

Definition at line 104 of file zlacrt.f.

Generated automatically by Doxygen for LAPACK from the source code.

Sun Jan 12 2025 15:13:37 Version 3.12.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.