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...
|
| pure subroutine | clapmr (forwrd, m, n, x, ldx, k) |
| |
| | la_clapmr |
| |
| pure subroutine | dlapmr (forwrd, m, n, x, ldx, k) |
| |
| | la_dlapmr |
| |
| | la_qlapmr |
| |
| pure subroutine | slapmr (forwrd, m, n, x, ldx, k) |
| |
| | la_slapmr |
| |
| | la_wlapmr |
| |
| pure subroutine | zlapmr (forwrd, m, n, x, ldx, k) |
| |
| | la_zlapmr |
| |
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.
◆ clapmr()
| pure subroutine la_lapack::lapmr::clapmr |
( |
logical(lk), intent(in) | forwrd, |
|
|
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(sp), dimension(ldx,*), intent(inout) | x, |
|
|
integer(ilp), intent(in) | ldx, |
|
|
integer(ilp), dimension(*), intent(inout) | k ) |
◆ dlapmr()
| pure subroutine la_lapack::lapmr::dlapmr |
( |
logical(lk), intent(in) | forwrd, |
|
|
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(dp), dimension(ldx,*), intent(inout) | x, |
|
|
integer(ilp), intent(in) | ldx, |
|
|
integer(ilp), dimension(*), intent(inout) | k ) |
◆ 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 |
◆ slapmr()
| pure subroutine la_lapack::lapmr::slapmr |
( |
logical(lk), intent(in) | forwrd, |
|
|
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
real(sp), dimension(ldx,*), intent(inout) | x, |
|
|
integer(ilp), intent(in) | ldx, |
|
|
integer(ilp), dimension(*), intent(inout) | k ) |
◆ zlapmr()
| pure subroutine la_lapack::lapmr::zlapmr |
( |
logical(lk), intent(in) | forwrd, |
|
|
integer(ilp), intent(in) | m, |
|
|
integer(ilp), intent(in) | n, |
|
|
complex(dp), dimension(ldx,*), intent(inout) | x, |
|
|
integer(ilp), intent(in) | ldx, |
|
|
integer(ilp), dimension(*), intent(inout) | k ) |
The documentation for this interface was generated from the following file: