Statistiques
| Révision :

root / man / man3 / HPL_copyL.3

Historique | Voir | Annoter | Télécharger (801 octet)

1 1 equemene
.TH HPL_copyL 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_copyL \- Copy the current panel into a contiguous workspace.
4 1 equemene
.SH SYNOPSIS
5 1 equemene
\fB\&#include "hpl.h"\fR
6 1 equemene
7 1 equemene
\fB\&void\fR
8 1 equemene
\fB\&HPL_copyL(\fR
9 1 equemene
\fB\&HPL_T_panel *\fR
10 1 equemene
\fI\&PANEL\fR
11 1 equemene
\fB\&);\fR
12 1 equemene
.SH DESCRIPTION
13 1 equemene
\fB\&HPL_copyL\fR
14 1 equemene
copies  the  panel of columns, the L1 replicated submatrix,
15 1 equemene
the pivot array  and  the info scalar into a contiguous workspace for
16 1 equemene
later broadcast.
17 1 equemene
18 1 equemene
The copy of this panel  into  a contiguous buffer  can be enforced by
19 1 equemene
specifying -DHPL_COPY_L in the architecture specific Makefile.
20 1 equemene
.SH ARGUMENTS
21 1 equemene
.TP 8
22 1 equemene
PANEL   (input/output)          HPL_T_panel *
23 1 equemene
On entry,  PANEL  points to the  current panel data structure
24 1 equemene
being broadcast.
25 1 equemene
.SH SEE ALSO
26 1 equemene
.BR HPL_binit \ (3),
27 1 equemene
.BR HPL_bcast \ (3),
28 1 equemene
.BR HPL_bwait \ (3).