Statistiques
| Révision :

root / www / HPL_dlaswp05T.html

Historique | Voir | Annoter | Télécharger (3,01 ko)

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp05T HPL 2.0 Library Functions September 10, 2008</TITLE> 
4
</HEAD>
5

    
6
<BODY BGCOLOR="WHITE" TEXT = "#000000" LINK = "#0000ff" VLINK = "#000099"
7
      ALINK = "#ffff00">
8

    
9
<H1>Name</H1>
10
<B>HPL_dlaswp05T</B> copy rows of U into A.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_dlaswp05T(</CODE>
16
<CODE>const int</CODE>
17
<CODE>M</CODE>,
18
<CODE>const int</CODE>
19
<CODE>N</CODE>,
20
<CODE>double *</CODE>
21
<CODE>A</CODE>,
22
<CODE>const int</CODE>
23
<CODE>LDA</CODE>,
24
<CODE>const double *</CODE>
25
<CODE>U</CODE>,
26
<CODE>const int</CODE>
27
<CODE>LDU</CODE>,
28
<CODE>const int *</CODE>
29
<CODE>LINDXA</CODE>,
30
<CODE>const int *</CODE>
31
<CODE>LINDXAU</CODE>
32
<CODE>);</CODE>
33

    
34
<H1>Description</H1>
35
<B>HPL_dlaswp05T</B>
36
copies columns of  U of global offset LINDXAU into rows
37
of A at positions indicated by LINDXA.
38

    
39
<H1>Arguments</H1>
40
<PRE>
41
M       (local input)                 const int
42
        On entry,  M  specifies the number of columns of U that shouldbe copied into A. M must be at least zero.
43
</PRE>
44
<PRE>
45
N       (local input)                 const int
46
        On entry, N specifies the length of the columns of U that will
47
        be copied into rows of A. N must be at least zero.
48
</PRE>
49
<PRE>
50
A       (local output)                double *
51
        On entry, A points to an array of dimension (LDA,N). On exit,
52
        the  rows of this array specified by  LINDXA  are replaced by
53
        columns of U indicated by LINDXAU.
54
</PRE>
55
<PRE>
56
LDA     (local input)                 const int
57
        On entry, LDA specifies the leading dimension of the array A.
58
        LDA must be at least MAX(1,M).
59
</PRE>
60
<PRE>
61
U       (local input/output)          const double *
62
        On entry,  U  points  to an array of dimension (LDU,*).  This
63
        array contains the columns that are to be copied into rows of
64
        A.
65
</PRE>
66
<PRE>
67
LDU     (local input)                 const int
68
        On entry, LDU specifies the leading dimension of the array U.
69
        LDU must be at least MAX(1,N).
70
</PRE>
71
<PRE>
72
LINDXA  (local input)                 const int *
73
        On entry, LINDXA is an array of dimension M that contains the
74
        local row indexes of A that should be copied from U.
75
</PRE>
76
<PRE>
77
LINDXAU (local input)                 const int *
78
        On entry, LINDXAU  is an array of dimension  M that  contains
79
        the local column indexes of U that should be copied in A.
80
</PRE>
81

    
82
<H1>See Also</H1>
83
<A HREF="HPL_dlaswp00N.html">HPL_dlaswp00N</A>,
84
<A HREF="HPL_dlaswp10N.html">HPL_dlaswp10N</A>,
85
<A HREF="HPL_dlaswp01N.html">HPL_dlaswp01N</A>,
86
<A HREF="HPL_dlaswp01T.html">HPL_dlaswp01T</A>,
87
<A HREF="HPL_dlaswp02N.html">HPL_dlaswp02N</A>,
88
<A HREF="HPL_dlaswp03N.html">HPL_dlaswp03N</A>,
89
<A HREF="HPL_dlaswp03T.html">HPL_dlaswp03T</A>,
90
<A HREF="HPL_dlaswp04N.html">HPL_dlaswp04N</A>,
91
<A HREF="HPL_dlaswp04T.html">HPL_dlaswp04T</A>,
92
<A HREF="HPL_dlaswp05N.html">HPL_dlaswp05N</A>,
93
<A HREF="HPL_dlaswp05T.html">HPL_dlaswp05T</A>,
94
<A HREF="HPL_dlaswp06N.html">HPL_dlaswp06N</A>,
95
<A HREF="HPL_dlaswp06T.html">HPL_dlaswp06T</A>.
96

    
97
</BODY>
98
</HTML>