Statistiques
| Révision :

root / www / HPL_copyL.html

Historique | Voir | Annoter | Télécharger (1,07 ko)

1
<HTML>
2
<HEAD>
3
<TITLE>HPL_copyL 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_copyL</B> Copy the current panel into a contiguous workspace.
11

    
12
<H1>Synopsis</H1>
13
<CODE>#include "hpl.h"</CODE><BR><BR>
14
<CODE>void</CODE>
15
<CODE>HPL_copyL(</CODE>
16
<CODE>HPL_T_panel *</CODE>
17
<CODE>PANEL</CODE>
18
<CODE>);</CODE>
19

    
20
<H1>Description</H1>
21
<B>HPL_copyL</B>
22
copies  the  panel of columns, the L1 replicated submatrix,
23
the pivot array  and  the info scalar into a contiguous workspace for
24
later broadcast.
25
 
26
The copy of this panel  into  a contiguous buffer  can be enforced by
27
specifying -DHPL_COPY_L in the architecture specific Makefile.
28

    
29
<H1>Arguments</H1>
30
<PRE>
31
PANEL   (input/output)                HPL_T_panel *
32
        On entry,  PANEL  points to the  current panel data structure
33
        being broadcast.
34
</PRE>
35

    
36
<H1>See Also</H1>
37
<A HREF="HPL_binit.html">HPL_binit</A>,
38
<A HREF="HPL_bcast.html">HPL_bcast</A>,
39
<A HREF="HPL_bwait.html">HPL_bwait</A>.
40

    
41
</BODY>
42
</HTML>