Statistiques
| Révision :

root / man / man3 / HPL_dlaswp06N.3

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

1 1 equemene
.TH HPL_dlaswp06N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_dlaswp06N \- swap rows of U with rows of A.
4 1 equemene
.SH SYNOPSIS
5 1 equemene
\fB\&#include "hpl.h"\fR
6 1 equemene
7 1 equemene
\fB\&void\fR
8 1 equemene
\fB\&HPL_dlaswp06N(\fR
9 1 equemene
\fB\&const int\fR
10 1 equemene
\fI\&M\fR,
11 1 equemene
\fB\&const int\fR
12 1 equemene
\fI\&N\fR,
13 1 equemene
\fB\&double *\fR
14 1 equemene
\fI\&A\fR,
15 1 equemene
\fB\&const int\fR
16 1 equemene
\fI\&LDA\fR,
17 1 equemene
\fB\&double *\fR
18 1 equemene
\fI\&U\fR,
19 1 equemene
\fB\&const int\fR
20 1 equemene
\fI\&LDU\fR,
21 1 equemene
\fB\&const int *\fR
22 1 equemene
\fI\&LINDXA\fR
23 1 equemene
\fB\&);\fR
24 1 equemene
.SH DESCRIPTION
25 1 equemene
\fB\&HPL_dlaswp06N\fR
26 1 equemene
swaps rows of  U  with rows of A at positions
27 1 equemene
indicated by LINDXA.
28 1 equemene
.SH ARGUMENTS
29 1 equemene
.TP 8
30 1 equemene
M       (local input)           const int
31 1 equemene
On entry, M  specifies the number of rows of A that should be
32 1 equemene
swapped with rows of U. M must be at least zero.
33 1 equemene
.TP 8
34 1 equemene
N       (local input)           const int
35 1 equemene
On entry, N specifies the length of the rows of A that should
36 1 equemene
be swapped with rows of U. N must be at least zero.
37 1 equemene
.TP 8
38 1 equemene
A       (local output)          double *
39 1 equemene
On entry, A points to an array of dimension (LDA,N). On exit,
40 1 equemene
the  rows of this array specified by  LINDXA  are replaced by
41 1 equemene
rows or columns of U.
42 1 equemene
.TP 8
43 1 equemene
LDA     (local input)           const int
44 1 equemene
On entry, LDA specifies the leading dimension of the array A.
45 1 equemene
LDA must be at least MAX(1,M).
46 1 equemene
.TP 8
47 1 equemene
U       (local input/output)    double *
48 1 equemene
On entry,  U  points  to an array of dimension (LDU,N).  This
49 1 equemene
array contains the rows of U that are to be swapped with rows
50 1 equemene
of A.
51 1 equemene
.TP 8
52 1 equemene
LDU     (local input)           const int
53 1 equemene
On entry, LDU specifies the leading dimension of the array U.
54 1 equemene
LDU must be at least MAX(1,M).
55 1 equemene
.TP 8
56 1 equemene
LINDXA  (local input)           const int *
57 1 equemene
On entry, LINDXA is an array of dimension M that contains the
58 1 equemene
local row indexes of A that should be swapped with U.
59 1 equemene
.SH SEE ALSO
60 1 equemene
.BR HPL_dlaswp00N \ (3),
61 1 equemene
.BR HPL_dlaswp10N \ (3),
62 1 equemene
.BR HPL_dlaswp01N \ (3),
63 1 equemene
.BR HPL_dlaswp01T \ (3),
64 1 equemene
.BR HPL_dlaswp02N \ (3),
65 1 equemene
.BR HPL_dlaswp03N \ (3),
66 1 equemene
.BR HPL_dlaswp03T \ (3),
67 1 equemene
.BR HPL_dlaswp04N \ (3),
68 1 equemene
.BR HPL_dlaswp04T \ (3),
69 1 equemene
.BR HPL_dlaswp05N \ (3),
70 1 equemene
.BR HPL_dlaswp05T \ (3),
71 1 equemene
.BR HPL_dlaswp06N \ (3),
72 1 equemene
.BR HPL_dlaswp06T \ (3).