Statistiques
| Révision :

root / man / man3 / HPL_dlaswp00N.3

Historique | Voir | Annoter | Télécharger (1,68 ko)

1
.TH HPL_dlaswp00N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_dlaswp00N \- performs a series of row interchanges.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&void\fR
8
\fB\&HPL_dlaswp00N(\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_dlaswp00N\fR
22
performs a series of local row interchanges on a matrix
23
A. One row interchange is initiated for rows 0 through M-1 of A.
24
.SH ARGUMENTS
25
.TP 8
26
M       (local input)           const int
27
On entry, M specifies the number of rows of the array A to be
28
interchanged. M must be at least zero.
29
.TP 8
30
N       (local input)           const int
31
On entry, N  specifies  the number of columns of the array A.
32
N must be at least zero.
33
.TP 8
34
A       (local input/output)    double *
35
On entry, A  points to an array of dimension (LDA,N) to which
36
the row interchanges will be  applied.  On exit, the permuted
37
matrix.
38
.TP 8
39
LDA     (local input)           const int
40
On entry, LDA specifies the leading dimension of the array A.
41
LDA must be at least MAX(1,M).
42
.TP 8
43
IPIV    (local input)           const int *
44
On entry,  IPIV  is  an  array of size  M  that  contains the
45
pivoting  information.  For  k  in [0..M),  IPIV[k]=IROFF + l
46
implies that local rows k and l are to be interchanged.
47
.SH SEE ALSO
48
.BR HPL_dlaswp00N \ (3),
49
.BR HPL_dlaswp10N \ (3),
50
.BR HPL_dlaswp01N \ (3),
51
.BR HPL_dlaswp01T \ (3),
52
.BR HPL_dlaswp02N \ (3),
53
.BR HPL_dlaswp03N \ (3),
54
.BR HPL_dlaswp03T \ (3),
55
.BR HPL_dlaswp04N \ (3),
56
.BR HPL_dlaswp04T \ (3),
57
.BR HPL_dlaswp05N \ (3),
58
.BR HPL_dlaswp05T \ (3),
59
.BR HPL_dlaswp06N \ (3),
60
.BR HPL_dlaswp06T \ (3).