This file is indexed.

/usr/share/doc/hpcc/www/HPL_pdupdateNN.html is in hpcc 1.5.0-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<HTML>
<HEAD>
<TITLE>HPL_pdupdateNN HPL 2.0 Library Functions September 10, 2008</TITLE> 
</HEAD>

<BODY BGCOLOR="WHITE" TEXT = "#000000" LINK = "#0000ff" VLINK = "#000099"
      ALINK = "#ffff00">

<H1>Name</H1>
<B>HPL_pdupdateNN</B> Broadcast a panel and update the trailing submatrix.

<H1>Synopsis</H1>
<CODE>#include "hpl.h"</CODE><BR><BR>
<CODE>void</CODE>
<CODE>HPL_pdupdateNN(</CODE>
<CODE>HPL_T_panel *</CODE>
<CODE>PBCST</CODE>,
<CODE>int *</CODE>
<CODE>IFLAG</CODE>,
<CODE>HPL_T_panel *</CODE>
<CODE>PANEL</CODE>,
<CODE>const int</CODE>
<CODE>NN</CODE>
<CODE>);</CODE>

<H1>Description</H1>
<B>HPL_pdupdateNN</B>
broadcast - forward the panel PBCST and simultaneously
applies the row interchanges and updates part of the trailing  (using
the panel PANEL) submatrix.

<H1>Arguments</H1>
<PRE>
PBCST   (local input/output)          HPL_T_panel *
        On entry,  PBCST  points to the data structure containing the
        panel (to be broadcast) information.
</PRE>
<PRE>
IFLAG   (local output)                int *
        On exit,  IFLAG  indicates  whether or not  the broadcast has
        been completed when PBCST is not NULL on entry. In that case,
        IFLAG is left unchanged.
</PRE>
<PRE>
PANEL   (local input/output)          HPL_T_panel *
        On entry,  PANEL  points to the data structure containing the
        panel (to be updated) information.
</PRE>
<PRE>
NN      (local input)                 const int
        On entry, NN specifies  the  local  number  of columns of the
        trailing  submatrix  to be updated  starting  at the  current
        position. NN must be at least zero.
</PRE>

<H1>See Also</H1>
<A HREF="HPL_pdgesv.html">HPL_pdgesv</A>,
<A HREF="HPL_pdgesv0.html">HPL_pdgesv0</A>,
<A HREF="HPL_pdgesvK1.html">HPL_pdgesvK1</A>,
<A HREF="HPL_pdgesvK2.html">HPL_pdgesvK2</A>,
<A HREF="HPL_pdlaswp00N.html">HPL_pdlaswp00N</A>,
<A HREF="HPL_pdlaswp01N.html">HPL_pdlaswp01N</A>.

</BODY>
</HTML>