LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lasr: apply series of plane rotations:

Functions

subroutine clasr (SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA)
 CLASR applies a sequence of plane rotations to a general rectangular matrix. More...
 
subroutine dlasr (SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA)
 DLASR applies a sequence of plane rotations to a general rectangular matrix. More...
 
subroutine slasr (SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA)
 SLASR applies a sequence of plane rotations to a general rectangular matrix. More...
 
subroutine zlasr (SIDE, PIVOT, DIRECT, M, N, C, S, A, LDA)
 ZLASR applies a sequence of plane rotations to a general rectangular matrix. More...
 

Detailed Description