Statistiques
| Révision :

root / man / man3 / HPL_dlaswp02N.3

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

1 1 equemene
.TH HPL_dlaswp02N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_dlaswp02N \- pack rows of A into columns of W.
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_dlaswp02N(\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\&const 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\&W0\fR,
19 1 equemene
\fB\&double *\fR
20 1 equemene
\fI\&W\fR,
21 1 equemene
\fB\&const int\fR
22 1 equemene
\fI\&LDW\fR,
23 1 equemene
\fB\&const int *\fR
24 1 equemene
\fI\&LINDXA\fR,
25 1 equemene
\fB\&const int *\fR
26 1 equemene
\fI\&LINDXAU\fR
27 1 equemene
\fB\&);\fR
28 1 equemene
.SH DESCRIPTION
29 1 equemene
\fB\&HPL_dlaswp02N\fR
30 1 equemene
packs scattered rows of an array  A  into workspace  W.
31 1 equemene
The row offsets in A are specified by LINDXA.
32 1 equemene
.SH ARGUMENTS
33 1 equemene
.TP 8
34 1 equemene
M       (local input)           const int
35 1 equemene
On entry, M  specifies the number of rows of A that should be
36 1 equemene
copied into W. M must be at least zero.
37 1 equemene
.TP 8
38 1 equemene
N       (local input)           const int
39 1 equemene
On entry, N  specifies the length of rows of A that should be
40 1 equemene
copied into W. N must be at least zero.
41 1 equemene
.TP 8
42 1 equemene
A       (local input)           const double *
43 1 equemene
On entry, A points to an array of dimension (LDA,N). The rows
44 1 equemene
of this array specified by LINDXA should be copied into W.
45 1 equemene
.TP 8
46 1 equemene
LDA     (local input)           const int
47 1 equemene
On entry, LDA specifies the leading dimension of the array A.
48 1 equemene
LDA must be at least MAX(1,M).
49 1 equemene
.TP 8
50 1 equemene
W0      (local input/output)    double *
51 1 equemene
On exit,  W0  is  an array of size (M-1)*LDW+1, that contains
52 1 equemene
the destination offset  in U where the columns of W should be
53 1 equemene
copied.
54 1 equemene
.TP 8
55 1 equemene
W       (local output)          double *
56 1 equemene
On entry, W  is an array of size (LDW,M). On exit, W contains
57 1 equemene
the  rows LINDXA[i] for i in [0..M) of A stored  contiguously
58 1 equemene
in W(:,i).
59 1 equemene
.TP 8
60 1 equemene
LDW     (local input)           const int
61 1 equemene
On entry, LDW specifies the leading dimension of the array W.
62 1 equemene
LDW must be at least MAX(1,N+1).
63 1 equemene
.TP 8
64 1 equemene
LINDXA  (local input)           const int *
65 1 equemene
On entry, LINDXA is an array of dimension M that contains the
66 1 equemene
local row indexes of A that should be copied into W.
67 1 equemene
.TP 8
68 1 equemene
LINDXAU (local input)           const int *
69 1 equemene
On entry, LINDXAU  is an array of dimension M  that  contains
70 1 equemene
the local  row indexes of  U that should be copied into A and
71 1 equemene
replaced by the rows of W.
72 1 equemene
.SH SEE ALSO
73 1 equemene
.BR HPL_dlaswp00N \ (3),
74 1 equemene
.BR HPL_dlaswp10N \ (3),
75 1 equemene
.BR HPL_dlaswp01N \ (3),
76 1 equemene
.BR HPL_dlaswp01T \ (3),
77 1 equemene
.BR HPL_dlaswp02N \ (3),
78 1 equemene
.BR HPL_dlaswp03N \ (3),
79 1 equemene
.BR HPL_dlaswp03T \ (3),
80 1 equemene
.BR HPL_dlaswp04N \ (3),
81 1 equemene
.BR HPL_dlaswp04T \ (3),
82 1 equemene
.BR HPL_dlaswp05N \ (3),
83 1 equemene
.BR HPL_dlaswp05T \ (3),
84 1 equemene
.BR HPL_dlaswp06N \ (3),
85 1 equemene
.BR HPL_dlaswp06T \ (3).