Statistiques
| Révision :

root / www / HPL_dlaswp06N.html

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp06N 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_dlaswp06N</B> swap rows of U with rows of A.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_dlaswp06N(</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>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>);</CODE>
31

    
32
<H1>Description</H1>
33
<B>HPL_dlaswp06N</B>
34
swaps rows of  U  with rows of A at positions
35
indicated by LINDXA.
36

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

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

    
91
</BODY>
92
</HTML>