This file is indexed.

/usr/share/doc/libdose3-ocaml-dev/dose3.docdir/Statistics.Make.html is in libdose3-ocaml-dev 3.1.3-7build1.

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
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="Up" href="Statistics.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of class attributes" rel=Appendix href="index_attributes.html">
<link title="Index of class methods" rel=Appendix href="index_methods.html">
<link title="Index of classes" rel=Appendix href="index_classes.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="CudfAdd" rel="Chapter" href="CudfAdd.html">
<link title="EdosSolver" rel="Chapter" href="EdosSolver.html">
<link title="Input" rel="Chapter" href="Input.html">
<link title="Util" rel="Chapter" href="Util.html">
<link title="Depsolver" rel="Chapter" href="Depsolver.html">
<link title="Diagnostic" rel="Chapter" href="Diagnostic.html">
<link title="Depsolver_int" rel="Chapter" href="Depsolver_int.html">
<link title="Diagnostic_int" rel="Chapter" href="Diagnostic_int.html">
<link title="Flatten" rel="Chapter" href="Flatten.html">
<link title="Version" rel="Chapter" href="Version.html">
<link title="Debcudf" rel="Chapter" href="Debcudf.html">
<link title="Packages" rel="Chapter" href="Packages.html">
<link title="Sources" rel="Chapter" href="Sources.html">
<link title="Release" rel="Chapter" href="Release.html">
<link title="Apt" rel="Chapter" href="Apt.html">
<link title="Format822" rel="Chapter" href="Format822.html">
<link title="Evolution" rel="Chapter" href="Evolution.html">
<link title="Edsp" rel="Chapter" href="Edsp.html">
<link title="Debutil" rel="Chapter" href="Debutil.html">
<link title="Distcheck" rel="Chapter" href="Distcheck.html">
<link title="Ceve" rel="Chapter" href="Ceve.html">
<link title="Apt-cudf" rel="Chapter" href="Apt-cudf.html">
<link title="Outdated" rel="Chapter" href="Outdated.html">
<link title="Challenged" rel="Chapter" href="Challenged.html">
<link title="BoilerplateNoRpm" rel="Chapter" href="BoilerplateNoRpm.html">
<link title="Boilerplate" rel="Chapter" href="Boilerplate.html">
<link title="Strongdeps" rel="Chapter" href="Strongdeps.html">
<link title="Strongconflicts" rel="Chapter" href="Strongconflicts.html">
<link title="Strongdeps_int" rel="Chapter" href="Strongdeps_int.html">
<link title="Strongconflicts_int" rel="Chapter" href="Strongconflicts_int.html">
<link title="Defaultgraphs" rel="Chapter" href="Defaultgraphs.html">
<link title="Statistics" rel="Chapter" href="Statistics.html"><title>Statistics.Make</title>
</head>
<body>
<div class="navbar">&nbsp;<a class="up" href="Statistics.html" title="Statistics">Up</a>
&nbsp;</div>
<h1>Functor <a href="type_Statistics.Make.html">Statistics.Make</a></h1>

<pre><span class="keyword">module</span> Make: <div class="sig_block"><code class="code">functor (</code><code class="code">G</code><code class="code"> : </code><code class="type">Graph.Sig.I</code><code class="code">) -&gt; </code><code class="code">sig</code> <a href="Statistics.Make.html">..</a> <code class="code">end</code></div></pre><table border="0" cellpadding="3" width="100%">
<tr>
<td align="left" valign="top" width="1%%"><b>Parameters: </b></td>
<td>
<table class="paramstable">
<tr>
<td align="center" valign="top" width="15%">
<code>G</code></td>
<td align="center" valign="top">:</td>
<td><code class="type">Graph.Sig.I</code>
</table>
</td>
</tr>
</table>
<hr width="100%">

<pre><span class="keyword">module</span> <a href="Statistics.Make.VS.html">VS</a>: <code class="type">Set.Make</code><code class="code">(</code><code class="type">G.V</code><code class="code">)</code></pre>
<pre><span class="keyword">module</span> <a href="Statistics.Make.UndG.html">UndG</a>: <code class="type">Graph.Imperative.Graph.Concrete</code><code class="code">(</code><code class="type">G.V</code><code class="code">)</code></pre>
<pre><span id="VALundirect"><span class="keyword">val</span> undirect</span> : <code class="type">G.t -> UndG.t</code></pre>
<pre><span id="VALclustering_coefficient"><span class="keyword">val</span> clustering_coefficient</span> : <code class="type">G.t -> G.vertex -> float</code></pre>
<pre><span id="VALaverage_distance"><span class="keyword">val</span> average_distance</span> : <code class="type">G.t -> VS.elt -> float</code></pre>
<pre><span class="keyword">module</span> <a href="Statistics.Make.MSin.html">MSin</a>: <code class="type">Map.Make</code><code class="code">(</code><code class="code">sig</code><div class="sig_block">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">G.V.t * G.t Pervasives.ref</code> </pre>


<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">G.vertex * 'a -> G.vertex * G.t Pervasives.ref -> int</code></pre></div><code class="code">end</code><code class="code">)</code></pre>
<pre><span class="keyword">module</span> <a href="Statistics.Make.MSout.html">MSout</a>: <code class="type">Map.Make</code><code class="code">(</code><code class="code">sig</code><div class="sig_block">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">G.V.t * G.t Pervasives.ref</code> </pre>


<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">G.vertex * 'a -> G.vertex * G.t Pervasives.ref -> int</code></pre></div><code class="code">end</code><code class="code">)</code></pre>
<pre><span id="VAL_avgdegree"><span class="keyword">val</span> _avgdegree</span> : <code class="type">float option Pervasives.ref</code></pre>
<pre><span id="VAL_outdata"><span class="keyword">val</span> _outdata</span> : <code class="type">(int, int) ExtLib.Hashtbl.t option Pervasives.ref</code></pre>
<pre><span id="VAL_indata"><span class="keyword">val</span> _indata</span> : <code class="type">(int, int) ExtLib.Hashtbl.t option Pervasives.ref</code></pre>
<pre><span id="VAL_outdatadegree"><span class="keyword">val</span> _outdatadegree</span> : <code class="type">int MSout.t Pervasives.ref</code></pre>
<pre><span id="VAL_indatadegree"><span class="keyword">val</span> _indatadegree</span> : <code class="type">int MSin.t Pervasives.ref</code></pre>
<pre><span id="VALdegree"><span class="keyword">val</span> degree</span> : <code class="type">G.t -><br>       float * int * int * (int, int) ExtLib.Hashtbl.t * (int, int) ExtLib.Hashtbl.t</code></pre>
<pre><span id="VALcomputeDegree"><span class="keyword">val</span> computeDegree</span> : <code class="type">G.t -> unit</code></pre>
<pre><span id="VALmaxOutDegree"><span class="keyword">val</span> maxOutDegree</span> : <code class="type">G.t -> int</code></pre>
<pre><span id="VALmaxInDegree"><span class="keyword">val</span> maxInDegree</span> : <code class="type">G.t -> int</code></pre>
<pre><span id="VALaverageDegree"><span class="keyword">val</span> averageDegree</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALzdp"><span class="keyword">val</span> zdp</span> : <code class="type">G.t -> int</code></pre>
<pre><span id="VALscatteredPlotIn"><span class="keyword">val</span> scatteredPlotIn</span> : <code class="type">G.t -> (int, int) ExtLib.Hashtbl.t</code></pre>
<pre><span id="VALscatteredPlotOut"><span class="keyword">val</span> scatteredPlotOut</span> : <code class="type">G.t -> (int, int) ExtLib.Hashtbl.t</code></pre>
<pre><span id="VALscatteredPlotBoth"><span class="keyword">val</span> scatteredPlotBoth</span> : <code class="type">G.t -> (int * int, int) ExtLib.Hashtbl.t</code></pre>
<pre><span id="VALcentralityDegree"><span class="keyword">val</span> centralityDegree</span> : <code class="type">G.t -> (G.t -> G.vertex -> 'a list) -> float</code></pre>
<pre><span id="VALcentralityOutDegree"><span class="keyword">val</span> centralityOutDegree</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALcentralityInDegree"><span class="keyword">val</span> centralityInDegree</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALclustering"><span class="keyword">val</span> clustering</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALaverageShortestPathLength"><span class="keyword">val</span> averageShortestPathLength</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALcomponents"><span class="keyword">val</span> components</span> : <code class="type">G.t -> G.V.t list array</code></pre>
<pre><span id="VALweaklycomponents"><span class="keyword">val</span> weaklycomponents</span> : <code class="type">G.t -> UndG.V.t list array</code></pre>
<pre><span id="VALnumberComponents"><span class="keyword">val</span> numberComponents</span> : <code class="type">'a array -> int</code></pre>
<pre><span id="VALaverageComponents"><span class="keyword">val</span> averageComponents</span> : <code class="type">'a list array -> float</code></pre>
<pre><span id="VALlargestComponent"><span class="keyword">val</span> largestComponent</span> : <code class="type">'a list array -> int</code></pre>
<pre><span id="VALdensity"><span class="keyword">val</span> density</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALaverageTwoStepReach"><span class="keyword">val</span> averageTwoStepReach</span> : <code class="type">G.t -> float</code></pre>
<pre><span id="VALremovezdp"><span class="keyword">val</span> removezdp</span> : <code class="type">G.t -> G.t</code></pre></body></html>