LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for laswp: swap permutation:

Functions

subroutine claswp (N, A, LDA, K1, K2, IPIV, INCX)
 CLASWP performs a series of row interchanges on a general rectangular matrix. More...
 
subroutine dlaswp (N, A, LDA, K1, K2, IPIV, INCX)
 DLASWP performs a series of row interchanges on a general rectangular matrix. More...
 
subroutine slaswp (N, A, LDA, K1, K2, IPIV, INCX)
 SLASWP performs a series of row interchanges on a general rectangular matrix. More...
 
subroutine zlaswp (N, A, LDA, K1, K2, IPIV, INCX)
 ZLASWP performs a series of row interchanges on a general rectangular matrix. More...
 

Detailed Description