Statistiques
| Révision :

root / man / man3 / HPL_dlaswp05T.3

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

1
.TH HPL_dlaswp05T 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2
.SH NAME
3
HPL_dlaswp05T \- copy rows of U into A.
4
.SH SYNOPSIS
5
\fB\&#include "hpl.h"\fR
6
 
7
\fB\&void\fR
8
\fB\&HPL_dlaswp05T(\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_dlaswp05T\fR
28
copies columns of  U of global offset LINDXAU into rows
29
of 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 columns of U that shouldbe copied into A. M must be at least zero.
34
.TP 8
35
N       (local input)           const int
36
On entry, N specifies the length of the columns of U that will
37
be copied into rows of A. N must be at least zero.
38
.TP 8
39
A       (local output)          double *
40
On entry, A points to an array of dimension (LDA,N). On exit,
41
the  rows of this array specified by  LINDXA  are replaced by
42
columns of U indicated by LINDXAU.
43
.TP 8
44
LDA     (local input)           const int
45
On entry, LDA specifies the leading dimension of the array A.
46
LDA must be at least MAX(1,M).
47
.TP 8
48
U       (local input/output)    const double *
49
On entry,  U  points  to an array of dimension (LDU,*).  This
50
array contains the columns that are to be copied into rows of
51
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,N).
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 column 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).