Statistiques
| Révision :

root / www / HPL_dlaswp00N.html @ 1

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

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_dlaswp00N 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_dlaswp00N</B> performs a series of row interchanges.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_dlaswp00N(</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_dlaswp00N</B>
30
performs a series of local row interchanges on a matrix
31
A. One row interchange is initiated for rows 0 through M-1 of A.
32

    
33
<H1>Arguments</H1>
34
<PRE>
35
M       (local input)                 const int
36
        On entry, M specifies the number of rows of the array A to be
37
        interchanged. M must be at least zero.
38
</PRE>
39
<PRE>
40
N       (local input)                 const int
41
        On entry, N  specifies  the number of columns of the array A.
42
        N must be at least zero.
43
</PRE>
44
<PRE>
45
A       (local input/output)          double *
46
        On entry, A  points to an array of dimension (LDA,N) to which
47
        the row interchanges will be  applied.  On exit, the permuted
48
        matrix.
49
</PRE>
50
<PRE>
51
LDA     (local input)                 const int
52
        On entry, LDA specifies the leading dimension of the array A.
53
        LDA must be at least MAX(1,M).
54
</PRE>
55
<PRE>
56
IPIV    (local input)                 const int *
57
        On entry,  IPIV  is  an  array of size  M  that  contains the
58
        pivoting  information.  For  k  in [0..M),  IPIV[k]=IROFF + l
59
        implies that local rows k and l are to be interchanged.
60
</PRE>
61

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

    
77
</BODY>
78
</HTML>