103 SUBROUTINE dlapmt( FORWRD, M, N, X, LDX, K )
115 DOUBLE PRECISION X( LDX, * )
122 DOUBLE PRECISION TEMP
152 x( ii, j ) = x( ii, in )
182 x( ii, i ) = x( ii, j )
subroutine dlapmt(forwrd, m, n, x, ldx, k)
DLAPMT performs a forward or backward permutation of the columns of a matrix.