Statistiques
| Révision :

root / man / man3 / HPL_dlaswp05N.3

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

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