LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lapmt: permute cols:

Functions

subroutine clapmt (FORWRD, M, N, X, LDX, K)
 CLAPMT performs a forward or backward permutation of the columns of a matrix. More...
 
subroutine dlapmt (FORWRD, M, N, X, LDX, K)
 DLAPMT performs a forward or backward permutation of the columns of a matrix. More...
 
subroutine slapmt (FORWRD, M, N, X, LDX, K)
 SLAPMT performs a forward or backward permutation of the columns of a matrix. More...
 
subroutine zlapmt (FORWRD, M, N, X, LDX, K)
 ZLAPMT performs a forward or backward permutation of the columns of a matrix. More...
 

Detailed Description