LAPACK 3.12.1
LAPACK: Linear Algebra PACKage
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
rotg: generate plane rotation (cf. lartg)
Collaboration diagram for rotg: generate plane rotation (cf. lartg):

Functions

subroutine crotg (a, b, c, s)
 CROTG generates a Givens rotation with real cosine and complex sine.
 
subroutine drotg (a, b, c, s)
 DROTG
 
subroutine srotg (a, b, c, s)
 SROTG
 
subroutine zrotg (a, b, c, s)
 ZROTG generates a Givens rotation with real cosine and complex sine.
 

Detailed Description