Statistiques
| Révision :

root / man / man3 / HPL_dlaswp05N.3

Historique | Voir | Annoter | Télécharger (2,18 ko)

1 1 equemene
.TH HPL_dlaswp05N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_dlaswp05N \- copy rows of U into 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_dlaswp05N(\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\&const 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\&const int *\fR
24 1 equemene
\fI\&LINDXAU\fR
25 1 equemene
\fB\&);\fR
26 1 equemene
.SH DESCRIPTION
27 1 equemene
\fB\&HPL_dlaswp05N\fR
28 1 equemene
copies rows of  U of global offset LINDXAU into rows of
29 1 equemene
A at positions indicated by LINDXA.
30 1 equemene
.SH ARGUMENTS
31 1 equemene
.TP 8
32 1 equemene
M       (local input)           const int
33 1 equemene
On entry, M  specifies the number of rows of U that should be
34 1 equemene
copied into A. M must be at least zero.
35 1 equemene
.TP 8
36 1 equemene
N       (local input)           const int
37 1 equemene
On entry, N specifies the length of the rows of U that should
38 1 equemene
be copied into A. N must be at least zero.
39 1 equemene
.TP 8
40 1 equemene
A       (local output)          double *
41 1 equemene
On entry, A points to an array of dimension (LDA,N). On exit,
42 1 equemene
the  rows of this array specified by  LINDXA  are replaced by
43 1 equemene
rows of U indicated by LINDXAU.
44 1 equemene
.TP 8
45 1 equemene
LDA     (local input)           const int
46 1 equemene
On entry, LDA specifies the leading dimension of the array A.
47 1 equemene
LDA must be at least MAX(1,M).
48 1 equemene
.TP 8
49 1 equemene
U       (local input/output)    const double *
50 1 equemene
On entry,  U  points to an array of dimension  (LDU,N).  This
51 1 equemene
array contains the rows that are to be copied into A.
52 1 equemene
.TP 8
53 1 equemene
LDU     (local input)           const int
54 1 equemene
On entry, LDU specifies the leading dimension of the array U.
55 1 equemene
LDU must be at least MAX(1,M).
56 1 equemene
.TP 8
57 1 equemene
LINDXA  (local input)           const int *
58 1 equemene
On entry, LINDXA is an array of dimension M that contains the
59 1 equemene
local row indexes of A that should be copied from U.
60 1 equemene
.TP 8
61 1 equemene
LINDXAU (local input)           const int *
62 1 equemene
On entry, LINDXAU  is an array of dimension  M that  contains
63 1 equemene
the local row indexes of U that should be copied in A.
64 1 equemene
.SH SEE ALSO
65 1 equemene
.BR HPL_dlaswp00N \ (3),
66 1 equemene
.BR HPL_dlaswp10N \ (3),
67 1 equemene
.BR HPL_dlaswp01N \ (3),
68 1 equemene
.BR HPL_dlaswp01T \ (3),
69 1 equemene
.BR HPL_dlaswp02N \ (3),
70 1 equemene
.BR HPL_dlaswp03N \ (3),
71 1 equemene
.BR HPL_dlaswp03T \ (3),
72 1 equemene
.BR HPL_dlaswp04N \ (3),
73 1 equemene
.BR HPL_dlaswp04T \ (3),
74 1 equemene
.BR HPL_dlaswp05N \ (3),
75 1 equemene
.BR HPL_dlaswp05T \ (3),
76 1 equemene
.BR HPL_dlaswp06N \ (3),
77 1 equemene
.BR HPL_dlaswp06T \ (3).