Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > 5ee7712a65135f0dd95d1c92938a0193 > files > 4

ocaml-facile-doc-1.1-2mdv2010.0.i586.rpm

<!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="previous" href="Facile.Expr.html">
<link rel="next" href="Facile.Invariant.html">
<link rel="Up" href="Facile.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Fcl_genesis" rel="Chapter" href="Fcl_genesis.html">
<link title="Fcl_debug" rel="Chapter" href="Fcl_debug.html">
<link title="Fcl_misc" rel="Chapter" href="Fcl_misc.html">
<link title="Fcl_float" rel="Chapter" href="Fcl_float.html">
<link title="Fcl_stak" rel="Chapter" href="Fcl_stak.html">
<link title="Fcl_domain" rel="Chapter" href="Fcl_domain.html">
<link title="Fcl_setDomain" rel="Chapter" href="Fcl_setDomain.html">
<link title="Fcl_data" rel="Chapter" href="Fcl_data.html">
<link title="Fcl_cstr" rel="Chapter" href="Fcl_cstr.html">
<link title="Fcl_var" rel="Chapter" href="Fcl_var.html">
<link title="Fcl_reify" rel="Chapter" href="Fcl_reify.html">
<link title="Fcl_invariant" rel="Chapter" href="Fcl_invariant.html">
<link title="Fcl_boolean" rel="Chapter" href="Fcl_boolean.html">
<link title="Fcl_alldiff" rel="Chapter" href="Fcl_alldiff.html">
<link title="Fcl_linear" rel="Chapter" href="Fcl_linear.html">
<link title="Fcl_nonlinear" rel="Chapter" href="Fcl_nonlinear.html">
<link title="Fcl_expr" rel="Chapter" href="Fcl_expr.html">
<link title="Fcl_arith" rel="Chapter" href="Fcl_arith.html">
<link title="Fcl_interval" rel="Chapter" href="Fcl_interval.html">
<link title="Fcl_gcc" rel="Chapter" href="Fcl_gcc.html">
<link title="Fcl_fdArray" rel="Chapter" href="Fcl_fdArray.html">
<link title="Fcl_conjunto" rel="Chapter" href="Fcl_conjunto.html">
<link title="Fcl_sorting" rel="Chapter" href="Fcl_sorting.html">
<link title="Fcl_goals" rel="Chapter" href="Fcl_goals.html">
<link title="Fcl_opti" rel="Chapter" href="Fcl_opti.html">
<link title="Facile" rel="Chapter" href="Facile.html"><title>Facile.Arith</title>
</head>
<body>
<div class="navbar"><a href="Facile.Expr.html">Previous</a>
&nbsp;<a href="Facile.html">Up</a>
&nbsp;<a href="Facile.Invariant.html">Next</a>
</div>
<center><h1>Module <a href="type_Facile.Arith.html">Facile.Arith</a></h1></center>
<br>
<pre><span class="keyword">module</span> Arith: <code class="code">sig</code> <a href="Facile.Arith.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">type</span> <a name="TYPEt"></a><code class="type"></code>t </pre>

<pre><span class="keyword">val</span> <a name="VALi2e"></a>i2e : <code class="type">int -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALfd2e"></a>fd2e : <code class="type">Facile.Var.Fd.t -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(+~)"></a>(+~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL( *~ )"></a>( *~ ) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(-~)"></a>(-~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(/~)"></a>(/~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL( **~ )"></a>( **~ ) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> int -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(%~)"></a>(%~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALabs"></a>abs : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsum"></a>sum : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALsum_fd"></a>sum_fd : <code class="type">Facile.Var.Fd.t array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALscalprod"></a>scalprod : <code class="type">int array -> <a href="Facile.Arith.html#TYPEt">t</a> array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALscalprod_fd"></a>scalprod_fd : <code class="type">int array -> Facile.Var.Fd.t array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALprod"></a>prod : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALprod_fd"></a>prod_fd : <code class="type">Facile.Var.Fd.t array -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALfprint"></a>fprint : <code class="type">Pervasives.out_channel -> <a href="Facile.Arith.html#TYPEt">t</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALeval"></a>eval : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALmin_of_expr"></a>min_of_expr : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALmax_of_expr"></a>max_of_expr : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALmin_max_of_expr"></a>min_max_of_expr : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> int * int</code></pre><pre><span class="keyword">val</span> <a name="VAL(<=~)"></a>(&lt;=~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(<~)"></a>(&lt;~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(>~)"></a>(&gt;~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(=~)"></a>(=~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(<>~)"></a>(&lt;&gt;~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(>=~)"></a>(&gt;=~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Cstr.html#TYPEt">Facile.Cstr.t</a></code></pre><pre><span class="keyword">val</span> <a name="VALe2fd"></a>e2fd : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> Facile.Var.Fd.t</code></pre><pre><span class="keyword">val</span> <a name="VAL(<=~~)"></a>(&lt;=~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(<~~)"></a>(&lt;~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(>~~)"></a>(&gt;~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(=~~)"></a>(=~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(<>~~)"></a>(&lt;&gt;~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VAL(>=~~)"></a>(&gt;=~~) : <code class="type"><a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a> -> <a href="Facile.Arith.html#TYPEt">t</a></code></pre><pre><span class="keyword">val</span> <a name="VALshift"></a>shift : <code class="type">Facile.Var.Fd.t -> int -> Facile.Var.Fd.t</code></pre><pre><span class="keyword">val</span> <a name="VALget_boolsum_threshold"></a>get_boolsum_threshold : <code class="type">unit -> int</code></pre><pre><span class="keyword">val</span> <a name="VALset_boolsum_threshold"></a>set_boolsum_threshold : <code class="type">int -> unit</code></pre></body></html>