/usr/share/doc/libapron-ocaml-dev/html/Dim.html is in libapron-ocaml-dev 0.9.10-9build4.
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 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | <!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">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="Start" href="index.html">
<link rel="previous" href="Coeff.html">
<link rel="next" href="Linexpr0.html">
<link rel="Up" href="index.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 modules" rel=Appendix href="index_modules.html">
<link title="Introduction" rel="Chapter" href="Introduction.html">
<link title="Scalar" rel="Chapter" href="Scalar.html">
<link title="Interval" rel="Chapter" href="Interval.html">
<link title="Coeff" rel="Chapter" href="Coeff.html">
<link title="Dim" rel="Chapter" href="Dim.html">
<link title="Linexpr0" rel="Chapter" href="Linexpr0.html">
<link title="Lincons0" rel="Chapter" href="Lincons0.html">
<link title="Generator0" rel="Chapter" href="Generator0.html">
<link title="Texpr0" rel="Chapter" href="Texpr0.html">
<link title="Tcons0" rel="Chapter" href="Tcons0.html">
<link title="Manager" rel="Chapter" href="Manager.html">
<link title="Abstract0" rel="Chapter" href="Abstract0.html">
<link title="Var" rel="Chapter" href="Var.html">
<link title="Environment" rel="Chapter" href="Environment.html">
<link title="Linexpr1" rel="Chapter" href="Linexpr1.html">
<link title="Lincons1" rel="Chapter" href="Lincons1.html">
<link title="Generator1" rel="Chapter" href="Generator1.html">
<link title="Texpr1" rel="Chapter" href="Texpr1.html">
<link title="Tcons1" rel="Chapter" href="Tcons1.html">
<link title="Abstract1" rel="Chapter" href="Abstract1.html">
<link title="Parser" rel="Chapter" href="Parser.html">
<link title="Box" rel="Chapter" href="Box.html">
<link title="Oct" rel="Chapter" href="Oct.html">
<link title="Polka" rel="Chapter" href="Polka.html">
<link title="Ppl" rel="Chapter" href="Ppl.html">
<link title="PolkaGrid" rel="Chapter" href="PolkaGrid.html">
<link title="Mpz" rel="Chapter" href="Mpz.html">
<link title="Mpq" rel="Chapter" href="Mpq.html">
<link title="Gmp_random" rel="Chapter" href="Gmp_random.html">
<link title="Mpf" rel="Chapter" href="Mpf.html">
<link title="Mpfr" rel="Chapter" href="Mpfr.html">
<link title="Mpzf" rel="Chapter" href="Mpzf.html">
<link title="Mpqf" rel="Chapter" href="Mpqf.html">
<link title="Mpfrf" rel="Chapter" href="Mpfrf.html"><title>Dim</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Coeff.html" title="Coeff">Previous</a>
<a class="up" href="index.html" title="Index">Up</a>
<a class="post" href="Linexpr0.html" title="Linexpr0">Next</a>
</div>
<h1>Module <a href="type_Dim.html">Dim</a></h1>
<pre><span class="keyword">module</span> Dim: <code class="code"><span class="keyword">sig</span></code> <a href="Dim.html">..</a> <code class="code"><span class="keyword">end</span></code></pre><div class="info module top">
APRON Dimensions and related types<br>
</div>
<hr width="100%">
<pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">int</code> </pre>
<pre><code><span id="TYPEchange"><span class="keyword">type</span> <code class="type"></code>change</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTchange.dim">dim</span> : <code class="type">int array</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTchange.intdim">intdim</span> : <code class="type">int</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTchange.realdim">realdim</span> : <code class="type">int</code>;</code></td>
</tr></table>
}
<pre><code><span id="TYPEchange2"><span class="keyword">type</span> <code class="type"></code>change2</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTchange2.add">add</span> : <code class="type"><a href="Dim.html#TYPEchange">change</a> option</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTchange2.remove">remove</span> : <code class="type"><a href="Dim.html#TYPEchange">change</a> option</code>;</code></td>
</tr></table>
}
<pre><span id="TYPEperm"><span class="keyword">type</span> <code class="type"></code>perm</span> = <code class="type">int array</code> </pre>
<pre><code><span id="TYPEdimension"><span class="keyword">type</span> <code class="type"></code>dimension</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTdimension.intd">intd</span> : <code class="type">int</code>;</code></td>
</tr>
<tr>
<td align="left" valign="top" >
<code> </code></td>
<td align="left" valign="top" >
<code><span id="TYPEELTdimension.reald">reald</span> : <code class="type">int</code>;</code></td>
</tr></table>
}
<br>
APRON Dimensions and related types<br>
<br>
<ul>
<li><code class="code">t=int</code> is the type of dimensions.</li>
<li>The semantics of an object <code class="code">(change:change)</code> is the following one:
<ul>
<li><code class="code">change.intdim</code> and <code class="code">change.realdim</code> indicate the number of integer and
real dimensions to add or to remove</li>
<li>In case of the addition of dimensions,
<p>
<code class="code">change.dim[i]=k</code> means: add one dimension at dimension k and shift the
already existing dimensions greater than or equal to k one step on the
right (or increment them).
<p>
if k is equal to the size of the vector, then it means: add a dimension at
the end.
<p>
Repetition are allowed, and means that one inserts more than one dimensions.
<p>
Example:
<code class="code">add_dimensions [i0 i1 r0 r1] { dim=[0 1 2 2 4]; intdim=3; realdim=1 }</code>
returns <code class="code">0 i0 0 i1 0 0 r0 r1 0</code>, considered as a vector with 6 integer
dimensions and 3 real dimensions.</li>
<li>In case of the removal of dimensions,
<p>
dimchange.dim<code class="code">i</code>=k means: remove the dimension k and shift the dimensions
greater than k one step on the left (or decrement them).
<p>
Repetitions are meaningless (and are not correct specification)
<p>
Example: <code class="code">remove_dimensions [i0 i1 i2 r0 r1 r2] { dim=[0 2 4]; intdim=2;<br>
realdim=1 }</code> returns <code class="code">i1 r0 r2</code>, considered as a vector with 1 integer
dimensions and 2 real dimensions.
</li>
</ul>
</li>
<li>The semantics of an object <code class="code">(change2:change2)</code> is the combination of the
two following transformations:
<ul>
<li><code class="code">change2.add</code> indicates an optional addition of dimensions.</li>
<li><code class="code">change2.remove</code> indicates an optional removal of dimensions.</li>
</ul>
</li>
<li><code class="code">perm</code> defines a permutation.</li>
<li><code class="code">dimension</code> defines the dimensionality of an abstract value (number of
integer and real dimensions).
</li>
</ul>
<br>
<pre><span id="VALchange_add_invert"><span class="keyword">val</span> change_add_invert</span> : <code class="type"><a href="Dim.html#TYPEchange">change</a> -> unit</code></pre><div class="info ">
Assuming a transformation for add_dimensions, invert it in-place to
obtain the inverse transformation using remove_dimensions<br>
</div>
<pre><span id="VALperm_compose"><span class="keyword">val</span> perm_compose</span> : <code class="type"><a href="Dim.html#TYPEperm">perm</a> -> <a href="Dim.html#TYPEperm">perm</a> -> <a href="Dim.html#TYPEperm">perm</a></code></pre><div class="info ">
<code class="code">perm_compose perm1 perm2</code> composes the 2 permutations perm1 and perm2
(in this order). The sizes of permutations are supposed to be equal.<br>
</div>
<pre><span id="VALperm_invert"><span class="keyword">val</span> perm_invert</span> : <code class="type"><a href="Dim.html#TYPEperm">perm</a> -> <a href="Dim.html#TYPEperm">perm</a></code></pre><div class="info ">
Invert a permutation<br>
</div>
</body></html>
|