1HPL_dlaswp10N(3) HPL Library Functions HPL_dlaswp10N(3)
2
3
4
6 HPL_dlaswp10N - performs a series column interchanges.
7
9 #include "hpl.h"
10
11 void HPL_dlaswp10N( const int M, const int N, double * A, const int
12 LDA, const int * IPIV );
13
15 HPL_dlaswp10N performs a sequence of local column interchanges on a
16 matrix A. One column interchange is initiated for columns 0 through
17 N-1 of A.
18
20 M (local input) const int
21 __arg0__
22
23 N (local input) const int
24 On entry, M specifies the number of rows of the array A. M
25 must be at least zero.
26
27 A (local input/output) double *
28 On entry, N specifies the number of columns of the array A. N
29 must be at least zero.
30
31 LDA (local input) const int
32 On entry, A points to an array of dimension (LDA,N). This
33 array contains the columns onto which the interchanges should
34 be applied. On exit, A contains the permuted matrix.
35
36 IPIV (local input) const int *
37 On entry, LDA specifies the leading dimension of the array A.
38 LDA must be at least MAX(1,M).
39
41 HPL_dlaswp00N (3), HPL_dlaswp10N (3), HPL_dlaswp01N (3),
42 HPL_dlaswp01T (3), HPL_dlaswp02N (3), HPL_dlaswp03N (3),
43 HPL_dlaswp03T (3), HPL_dlaswp04N (3), HPL_dlaswp04T (3),
44 HPL_dlaswp05N (3), HPL_dlaswp05T (3), HPL_dlaswp06N (3),
45 HPL_dlaswp06T (3).
46
47
48
49HPL 2.2 February 24, 2016 HPL_dlaswp10N(3)