![]() |
![]()
| ![]() |
![]()
NAMEHPL_dlaswp10N - performs a series column interchanges. SYNOPSIS#include "hpl.h" void HPL_dlaswp10N( const int M, const int N, double * A, const int LDA, const int * IPIV ); DESCRIPTIONHPL_dlaswp10N performs a sequence of local column interchanges on a matrix A. One column interchange is initiated for columns 0 through N-1 of A. ARGUMENTS
SEE ALSOHPL_dlaswp00N (3), HPL_dlaswp10N (3), HPL_dlaswp01N (3), HPL_dlaswp01T (3), HPL_dlaswp02N (3), HPL_dlaswp03N (3), HPL_dlaswp03T (3), HPL_dlaswp04N (3), HPL_dlaswp04T (3), HPL_dlaswp05N (3), HPL_dlaswp05T (3), HPL_dlaswp06N (3), HPL_dlaswp06T (3).
|