1HPL_pdupdateTT(3) HPL Library Functions HPL_pdupdateTT(3)
2
3
4
6 HPL_pdupdateTT - Broadcast a panel and update the trailing submatrix.
7
9 #include "hpl.h"
10
11 void HPL_pdupdateTT( HPL_T_panel * PBCST, int * IFLAG, HPL_T_panel *
12 PANEL, const int NN );
13
15 HPL_pdupdateTT broadcast - forward the panel PBCST and simultaneously
16 applies the row interchanges and updates part of the trailing (using
17 the panel PANEL) submatrix.
18
20 PBCST (local input/output) HPL_T_panel *
21 On entry, PBCST points to the data structure containing the
22 panel (to be broadcast) information.
23
24 IFLAG (local output) int *
25 On exit, IFLAG indicates whether or not the broadcast has
26 been completed when PBCST is not NULL on entry. In that case,
27 IFLAG is left unchanged.
28
29 PANEL (local input/output) HPL_T_panel *
30 On entry, PANEL points to the data structure containing the
31 panel (to be updated) information.
32
33 NN (local input) const int
34 On entry, NN specifies the local number of columns of the
35 trailing submatrix to be updated starting at the current
36 position. NN must be at least zero.
37
39 HPL_pdgesv (3), HPL_pdgesv0 (3), HPL_pdgesvK1 (3), HPL_pdgesvK2 (3),
40 HPL_pdlaswp00T (3), HPL_pdlaswp01T (3).
41
42
43
44HPL 2.2 February 24, 2016 HPL_pdupdateTT(3)