Statistiques
| Révision :

root / www / HPL_dlaswp10N.html

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp10N 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_dlaswp10N</B> performs a series column interchanges.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_dlaswp10N(</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 int *</CODE>
25
<CODE>IPIV</CODE>
26
<CODE>);</CODE>
27

    
28
<H1>Description</H1>
29
<B>HPL_dlaswp10N</B>
30
performs a sequence  of  local column interchanges on a
31
matrix A.  One column interchange is initiated  for columns 0 through
32
N-1 of A.
33

    
34
<H1>Arguments</H1>
35
<PRE>
36
M       (local input)                 const int
37
        __arg0__
38
</PRE>
39
<PRE>
40
N       (local input)                 const int
41
        On entry,  M  specifies  the number of rows of the array A. M
42
        must be at least zero.
43
</PRE>
44
<PRE>
45
A       (local input/output)          double *
46
        On entry, N specifies the number of columns of the array A. N
47
        must be at least zero.
48
</PRE>
49
<PRE>
50
LDA     (local input)                 const int
51
        On entry, A  points to an  array of  dimension (LDA,N).  This
52
        array contains the columns onto which the interchanges should
53
        be applied. On exit, A contains the permuted matrix.
54
</PRE>
55
<PRE>
56
IPIV    (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

    
61
<H1>See Also</H1>
62
<A HREF="HPL_dlaswp00N.html">HPL_dlaswp00N</A>,
63
<A HREF="HPL_dlaswp10N.html">HPL_dlaswp10N</A>,
64
<A HREF="HPL_dlaswp01N.html">HPL_dlaswp01N</A>,
65
<A HREF="HPL_dlaswp01T.html">HPL_dlaswp01T</A>,
66
<A HREF="HPL_dlaswp02N.html">HPL_dlaswp02N</A>,
67
<A HREF="HPL_dlaswp03N.html">HPL_dlaswp03N</A>,
68
<A HREF="HPL_dlaswp03T.html">HPL_dlaswp03T</A>,
69
<A HREF="HPL_dlaswp04N.html">HPL_dlaswp04N</A>,
70
<A HREF="HPL_dlaswp04T.html">HPL_dlaswp04T</A>,
71
<A HREF="HPL_dlaswp05N.html">HPL_dlaswp05N</A>,
72
<A HREF="HPL_dlaswp05T.html">HPL_dlaswp05T</A>,
73
<A HREF="HPL_dlaswp06N.html">HPL_dlaswp06N</A>,
74
<A HREF="HPL_dlaswp06T.html">HPL_dlaswp06T</A>.
75

    
76
</BODY>
77
</HTML>