Statistiques
| Révision :

root / www / HPL_dlaswp05N.html

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp05N 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_dlaswp05N</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_dlaswp05N(</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_dlaswp05N</B>
36
copies rows of  U of global offset LINDXAU into rows of
37
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 rows of U that should be
43
        copied into A. M must be at least zero.
44
</PRE>
45
<PRE>
46
N       (local input)                 const int
47
        On entry, N specifies the length of the rows of U that should
48
        be copied into A. N must be at least zero.
49
</PRE>
50
<PRE>
51
A       (local output)                double *
52
        On entry, A points to an array of dimension (LDA,N). On exit,
53
        the  rows of this array specified by  LINDXA  are replaced by
54
        rows of U indicated by LINDXAU.
55
</PRE>
56
<PRE>
57
LDA     (local input)                 const int
58
        On entry, LDA specifies the leading dimension of the array A.
59
        LDA must be at least MAX(1,M).
60
</PRE>
61
<PRE>
62
U       (local input/output)          const double *
63
        On entry,  U  points to an array of dimension  (LDU,N).  This
64
        array contains the rows that are to be copied into 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,M).
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 row 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>