LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Loading...
Searching...
No Matches
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.
 
subroutine dlaswp (n, a, lda, k1, k2, ipiv, incx)
 DLASWP performs a series of row interchanges on a general rectangular matrix.
 
subroutine slaswp (n, a, lda, k1, k2, ipiv, incx)
 SLASWP performs a series of row interchanges on a general rectangular matrix.
 
subroutine zlaswp (n, a, lda, k1, k2, ipiv, incx)
 ZLASWP performs a series of row interchanges on a general rectangular matrix.
 

Detailed Description