LAPACK 3.12.0
LAPACK: Linear Algebra PACKage
Collaboration diagram for lapmr: permute rows:

Functions

subroutine clapmr (FORWRD, M, N, X, LDX, K)
 CLAPMR rearranges rows of a matrix as specified by a permutation vector. More...
 
subroutine dlapmr (FORWRD, M, N, X, LDX, K)
 DLAPMR rearranges rows of a matrix as specified by a permutation vector. More...
 
subroutine slapmr (FORWRD, M, N, X, LDX, K)
 SLAPMR rearranges rows of a matrix as specified by a permutation vector. More...
 
subroutine zlapmr (FORWRD, M, N, X, LDX, K)
 ZLAPMR rearranges rows of a matrix as specified by a permutation vector. More...
 

Detailed Description