Statistiques
| Révision :

root / man / man3 / HPL_pdgesvK2.3

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

1 1 equemene
.TH HPL_pdgesvK2 3 "September 10, 2008" "HPL 2.0" "HPL Library Functions"
2 1 equemene
.SH NAME
3 1 equemene
HPL_pdgesvK2 \- Factor an N x N+1 matrix.
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_pdgesvK2(\fR
9 1 equemene
\fB\&HPL_T_grid *\fR
10 1 equemene
\fI\&GRID\fR,
11 1 equemene
\fB\&HPL_T_palg *\fR
12 1 equemene
\fI\&ALGO\fR,
13 1 equemene
\fB\&HPL_T_pmat *\fR
14 1 equemene
\fI\&A\fR
15 1 equemene
\fB\&);\fR
16 1 equemene
.SH DESCRIPTION
17 1 equemene
\fB\&HPL_pdgesvK2\fR
18 1 equemene
factors a N+1-by-N matrix using LU factorization with row
19 1 equemene
partial pivoting.  The main algorithm  is the "right looking" variant
20 1 equemene
with look-ahead.  The  lower  triangular factor is left unpivoted and
21 1 equemene
the pivots are not returned. The right hand side is the N+1 column of
22 1 equemene
the coefficient matrix.
23 1 equemene
.SH ARGUMENTS
24 1 equemene
.TP 8
25 1 equemene
GRID    (local input)           HPL_T_grid *
26 1 equemene
On entry,  GRID  points  to the data structure containing the
27 1 equemene
process grid information.
28 1 equemene
.TP 8
29 1 equemene
ALGO    (global input)          HPL_T_palg *
30 1 equemene
On entry,  ALGO  points to  the data structure containing the
31 1 equemene
algorithmic parameters.
32 1 equemene
.TP 8
33 1 equemene
A       (local input/output)    HPL_T_pmat *
34 1 equemene
On entry, A points to the data structure containing the local
35 1 equemene
array information.
36 1 equemene
.SH SEE ALSO
37 1 equemene
.BR HPL_pdgesv \ (3),
38 1 equemene
.BR HPL_pdgesv0 \ (3),
39 1 equemene
.BR HPL_pdgesvK1 \ (3),
40 1 equemene
.BR HPL_pdfact \ (3),
41 1 equemene
.BR HPL_binit \ (3),
42 1 equemene
.BR HPL_bcast \ (3),
43 1 equemene
.BR HPL_bwait \ (3),
44 1 equemene
.BR HPL_pdupdateNN \ (3),
45 1 equemene
.BR HPL_pdupdateNT \ (3),
46 1 equemene
.BR HPL_pdupdateTN \ (3),
47 1 equemene
.BR HPL_pdupdateTT \ (3).