Statistiques
| Révision :

root / www / HPL_dlaswp03T.html

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp03T 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_dlaswp03T</B> copy columns of W into U.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_dlaswp03T(</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>U</CODE>,
22
<CODE>const int</CODE>
23
<CODE>LDU</CODE>,
24
<CODE>const double *</CODE>
25
<CODE>W0</CODE>,
26
<CODE>const double *</CODE>
27
<CODE>W</CODE>,
28
<CODE>const int</CODE>
29
<CODE>LDW</CODE>
30
<CODE>);</CODE>
31

    
32
<H1>Description</H1>
33
<B>HPL_dlaswp03T</B>
34
copies  columns of W into an array U.  The  destination
35
in U of these columns contained in W is stored within W0.
36

    
37
<H1>Arguments</H1>
38
<PRE>
39
M       (local input)                 const int
40
        On entry, M  specifies  the  number  of columns of  W  stored
41
        contiguously that should be copied into U. M must be at least
42
        zero.
43
</PRE>
44
<PRE>
45
N       (local input)                 const int
46
        On entry,  N  specifies  the  length of columns of  W  stored
47
        contiguously that should be copied into U. N must be at least
48
        zero.
49
</PRE>
50
<PRE>
51
U       (local input/output)          double *
52
        On entry, U points to an array of dimension (LDU,M).  Columns
53
        of W are copied within the array U at the positions specified
54
        in W0.
55
</PRE>
56
<PRE>
57
LDU     (local input)                 const int
58
        On entry, LDU specifies the leading dimension of the array U.
59
        LDU must be at least MAX(1,N).
60
</PRE>
61
<PRE>
62
W0      (local input)                 const double *
63
        On entry,  W0  is an array of size (M-1)*LDW+1, that contains
64
        the destination offset  in U where the columns of W should be
65
        copied.
66
</PRE>
67
<PRE>
68
W       (local input)                 const double *
69
        On entry, W  is an array of size (LDW,M),  that contains data
70
        to be copied into U. For i in [0..M),  entries W(:,i)  should
71
        be copied into the row or column W0(i*LDW) of U.
72
</PRE>
73
<PRE>
74
LDW     (local input)                 const int
75
        On entry, LDW specifies the leading dimension of the array W.
76
        LDW must be at least MAX(1,N+1).
77
</PRE>
78

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

    
94
</BODY>
95
</HTML>