fortran-lapack
Loading...
Searching...
No Matches
la_lapack::lapmr Interface Reference

LAPMR: rearranges the rows of the M by N matrix X as specified by the permutation K(1),K(2),...,K(M) of the integers 1,...,M. If FORWRD = .TRUE., forward permutation: X(K(I),*) is moved X(I,*) for I = 1,2,...,M. If FORWRD = .FALSE., backward permutation: X(I,*) is moved to X(K(I),*) for I = 1,2,...,M. More...

Public Member Functions

 la_clapmr
 
 la_dlapmr
 
 la_qlapmr
 
 la_slapmr
 
 la_wlapmr
 
 la_zlapmr
 

Detailed Description

LAPMR: rearranges the rows of the M by N matrix X as specified by the permutation K(1),K(2),...,K(M) of the integers 1,...,M. If FORWRD = .TRUE., forward permutation: X(K(I),*) is moved X(I,*) for I = 1,2,...,M. If FORWRD = .FALSE., backward permutation: X(I,*) is moved to X(K(I),*) for I = 1,2,...,M.

Member Function/Subroutine Documentation

◆ la_clapmr()

la_lapack::lapmr::la_clapmr

◆ la_dlapmr()

la_lapack::lapmr::la_dlapmr

◆ la_qlapmr()

la_lapack::lapmr::la_qlapmr

◆ la_slapmr()

la_lapack::lapmr::la_slapmr

◆ la_wlapmr()

la_lapack::lapmr::la_wlapmr

◆ la_zlapmr()

la_lapack::lapmr::la_zlapmr

The documentation for this interface was generated from the following file: