root / man / man3 / HPL_dlaswp10N.3
Historique | Voir | Annoter | Télécharger (1,56 ko)
1 |
.TH HPL_dlaswp10N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_dlaswp10N \- performs a series column interchanges. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&void\fR |
8 |
\fB\&HPL_dlaswp10N(\fR |
9 |
\fB\&const int\fR |
10 |
\fI\&M\fR, |
11 |
\fB\&const int\fR |
12 |
\fI\&N\fR, |
13 |
\fB\&double *\fR |
14 |
\fI\&A\fR, |
15 |
\fB\&const int\fR |
16 |
\fI\&LDA\fR, |
17 |
\fB\&const int *\fR |
18 |
\fI\&IPIV\fR |
19 |
\fB\&);\fR |
20 |
.SH DESCRIPTION |
21 |
\fB\&HPL_dlaswp10N\fR |
22 |
performs a sequence of local column interchanges on a |
23 |
matrix A. One column interchange is initiated for columns 0 through |
24 |
N-1 of A. |
25 |
.SH ARGUMENTS |
26 |
.TP 8 |
27 |
M (local input) const int |
28 |
__arg0__ |
29 |
.TP 8 |
30 |
N (local input) const int |
31 |
On entry, M specifies the number of rows of the array A. M |
32 |
must be at least zero. |
33 |
.TP 8 |
34 |
A (local input/output) double * |
35 |
On entry, N specifies the number of columns of the array A. N |
36 |
must be at least zero. |
37 |
.TP 8 |
38 |
LDA (local input) const int |
39 |
On entry, A points to an array of dimension (LDA,N). This |
40 |
array contains the columns onto which the interchanges should |
41 |
be applied. On exit, A contains the permuted matrix. |
42 |
.TP 8 |
43 |
IPIV (local input) const int * |
44 |
On entry, LDA specifies the leading dimension of the array A. |
45 |
LDA must be at least MAX(1,M). |
46 |
.SH SEE ALSO |
47 |
.BR HPL_dlaswp00N \ (3), |
48 |
.BR HPL_dlaswp10N \ (3), |
49 |
.BR HPL_dlaswp01N \ (3), |
50 |
.BR HPL_dlaswp01T \ (3), |
51 |
.BR HPL_dlaswp02N \ (3), |
52 |
.BR HPL_dlaswp03N \ (3), |
53 |
.BR HPL_dlaswp03T \ (3), |
54 |
.BR HPL_dlaswp04N \ (3), |
55 |
.BR HPL_dlaswp04T \ (3), |
56 |
.BR HPL_dlaswp05N \ (3), |
57 |
.BR HPL_dlaswp05T \ (3), |
58 |
.BR HPL_dlaswp06N \ (3), |
59 |
.BR HPL_dlaswp06T \ (3). |