root / man / man3 / HPL_dlaswp04N.3
Historique | Voir | Annoter | Télécharger (3,14 ko)
1 |
.TH HPL_dlaswp04N 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions" |
---|---|
2 |
.SH NAME |
3 |
HPL_dlaswp04N \- copy rows of U in A and replace them with columns of W. |
4 |
.SH SYNOPSIS |
5 |
\fB\&#include "hpl.h"\fR |
6 |
|
7 |
\fB\&void\fR |
8 |
\fB\&HPL_dlaswp04N(\fR |
9 |
\fB\&const int\fR |
10 |
\fI\&M0\fR, |
11 |
\fB\&const int\fR |
12 |
\fI\&M1\fR, |
13 |
\fB\&const int\fR |
14 |
\fI\&N\fR, |
15 |
\fB\&double *\fR |
16 |
\fI\&U\fR, |
17 |
\fB\&const int\fR |
18 |
\fI\&LDU\fR, |
19 |
\fB\&double *\fR |
20 |
\fI\&A\fR, |
21 |
\fB\&const int\fR |
22 |
\fI\&LDA\fR, |
23 |
\fB\&const double *\fR |
24 |
\fI\&W0\fR, |
25 |
\fB\&const double *\fR |
26 |
\fI\&W\fR, |
27 |
\fB\&const int\fR |
28 |
\fI\&LDW\fR, |
29 |
\fB\&const int *\fR |
30 |
\fI\&LINDXA\fR, |
31 |
\fB\&const int *\fR |
32 |
\fI\&LINDXAU\fR |
33 |
\fB\&);\fR |
34 |
.SH DESCRIPTION |
35 |
\fB\&HPL_dlaswp04N\fR |
36 |
copies M0 rows of U into A and replaces those rows of U |
37 |
with columns of W. In addition M1 - M0 columns of W are copied into |
38 |
rows of U. |
39 |
.SH ARGUMENTS |
40 |
.TP 8 |
41 |
M0 (local input) const int |
42 |
On entry, M0 specifies the number of rows of U that should be |
43 |
copied into A and replaced by columns of W. M0 must be at |
44 |
least zero. |
45 |
.TP 8 |
46 |
M1 (local input) const int |
47 |
On entry, M1 specifies the number of columns of W that should |
48 |
be copied into rows of U. M1 must be at least zero. |
49 |
.TP 8 |
50 |
N (local input) const int |
51 |
On entry, N specifies the length of the rows of U that should |
52 |
be copied into A. N must be at least zero. |
53 |
.TP 8 |
54 |
U (local input/output) double * |
55 |
On entry, U points to an array of dimension (LDU,N). This |
56 |
array contains the rows that are to be copied into A. |
57 |
.TP 8 |
58 |
LDU (local input) const int |
59 |
On entry, LDU specifies the leading dimension of the array U. |
60 |
LDU must be at least MAX(1,M1). |
61 |
.TP 8 |
62 |
A (local output) double * |
63 |
On entry, A points to an array of dimension (LDA,N). On exit, |
64 |
the rows of this array specified by LINDXA are replaced by |
65 |
rows of U indicated by LINDXAU. |
66 |
.TP 8 |
67 |
LDA (local input) const int |
68 |
On entry, LDA specifies the leading dimension of the array A. |
69 |
LDA must be at least MAX(1,M0). |
70 |
.TP 8 |
71 |
W0 (local input) const double * |
72 |
On entry, W0 is an array of size (M-1)*LDW+1, that contains |
73 |
the destination offset in U where the columns of W should be |
74 |
copied. |
75 |
.TP 8 |
76 |
W (local input) const double * |
77 |
On entry, W is an array of size (LDW,M0+M1), that contains |
78 |
data to be copied into U. For i in [M0..M0+M1), the entries |
79 |
W(:,i) are copied into the row W0(i*LDW) of U. |
80 |
.TP 8 |
81 |
LDW (local input) const int |
82 |
On entry, LDW specifies the leading dimension of the array W. |
83 |
LDW must be at least MAX(1,N+1). |
84 |
.TP 8 |
85 |
LINDXA (local input) const int * |
86 |
On entry, LINDXA is an array of dimension M0 containing the |
87 |
local row indexes A into which rows of U are copied. |
88 |
.TP 8 |
89 |
LINDXAU (local input) const int * |
90 |
On entry, LINDXAU is an array of dimension M0 that contains |
91 |
the local row indexes of U that should be copied into A and |
92 |
replaced by the columns of W. |
93 |
.SH SEE ALSO |
94 |
.BR HPL_dlaswp00N \ (3), |
95 |
.BR HPL_dlaswp10N \ (3), |
96 |
.BR HPL_dlaswp01N \ (3), |
97 |
.BR HPL_dlaswp01T \ (3), |
98 |
.BR HPL_dlaswp02N \ (3), |
99 |
.BR HPL_dlaswp03N \ (3), |
100 |
.BR HPL_dlaswp03T \ (3), |
101 |
.BR HPL_dlaswp04N \ (3), |
102 |
.BR HPL_dlaswp04T \ (3), |
103 |
.BR HPL_dlaswp05N \ (3), |
104 |
.BR HPL_dlaswp05T \ (3), |
105 |
.BR HPL_dlaswp06N \ (3), |
106 |
.BR HPL_dlaswp06T \ (3). |