Sophie

Sophie

distrib > Mageia > 6 > x86_64 > media > core-release > by-pkgid > 44a57478e44aacd6feb6b6f780eab143 > files > 170

ocaml-gpr-devel-1.2.1-2.mga6.x86_64.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="Gpr_interfaces.html">
<link rel="next" href="Gpr_block_diag.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="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Gpr" rel="Chapter" href="Gpr.html">
<link title="Gpr_interfaces" rel="Chapter" href="Gpr_interfaces.html">
<link title="Gpr_utils" rel="Chapter" href="Gpr_utils.html">
<link title="Gpr_block_diag" rel="Chapter" href="Gpr_block_diag.html">
<link title="Gpr_cov_const" rel="Chapter" href="Gpr_cov_const.html">
<link title="Gpr_cov_lin_ard" rel="Chapter" href="Gpr_cov_lin_ard.html">
<link title="Gpr_cov_lin_one" rel="Chapter" href="Gpr_cov_lin_one.html">
<link title="Gpr_cov_se_iso" rel="Chapter" href="Gpr_cov_se_iso.html">
<link title="Gpr_cov_se_fat" rel="Chapter" href="Gpr_cov_se_fat.html">
<link title="Gpr_fitc_gp" rel="Chapter" href="Gpr_fitc_gp.html">
<link title="Gpr_version" rel="Chapter" href="Gpr_version.html"><title>Gpr_utils</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Gpr_interfaces.html" title="Gpr_interfaces">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Gpr_block_diag.html" title="Gpr_block_diag">Next</a>
</div>
<h1>Module <a href="type_Gpr_utils.html">Gpr_utils</a></h1>

<pre><span class="keyword">module</span> Gpr_utils: <code class="code">sig</code> <a href="Gpr_utils.html">..</a> <code class="code">end</code></pre><hr width="100%">

<pre><span class="keyword">module</span> <a href="Gpr_utils.Int_vec.html">Int_vec</a>: <code class="code">sig</code> <a href="Gpr_utils.Int_vec.html">..</a> <code class="code">end</code></pre>
<pre><span id="VALdebug"><span class="keyword">val</span> debug</span> : <code class="type">bool Core.Std.ref</code></pre>
<pre><span id="VALcholesky_jitter"><span class="keyword">val</span> cholesky_jitter</span> : <code class="type">float Core.Std.ref</code></pre>
<pre><code><span id="TYPEfast_float_ref"><span class="keyword">type</span> <code class="type"></code>fast_float_ref</span> = {</code></pre><table class="typetable">
<tr>
<td align="left" valign="top" >
<code>&nbsp;&nbsp;</code></td>
<td align="left" valign="top" >
<code><span class="keyword">mutable&nbsp;</span><span id="TYPEELTfast_float_ref.x">x</span>&nbsp;: <code class="type">float</code>;</code></td>

</tr></table>
}



<pre><span id="VALpi"><span class="keyword">val</span> pi</span> : <code class="type">float</code></pre>
<pre><span id="VALlog_2pi"><span class="keyword">val</span> log_2pi</span> : <code class="type">float</code></pre>
<pre><span id="VALdefault_rng"><span class="keyword">val</span> default_rng</span> : <code class="type">Gsl.Rng.t</code></pre>
<pre><span id="VALprint_int"><span class="keyword">val</span> print_int</span> : <code class="type">string -> int -> unit</code></pre>
<pre><span id="VALprint_float"><span class="keyword">val</span> print_float</span> : <code class="type">string -> float -> unit</code></pre>
<pre><span id="VALprint_vec"><span class="keyword">val</span> print_vec</span> : <code class="type">string -> (float, 'a, Bigarray.fortran_layout) Bigarray.Array1.t -> unit</code></pre>
<pre><span id="VALprint_mat"><span class="keyword">val</span> print_mat</span> : <code class="type">string -> (float, 'a, Bigarray.fortran_layout) Bigarray.Array2.t -> unit</code></pre>
<pre><span id="VALtiming"><span class="keyword">val</span> timing</span> : <code class="type">string -> (unit -> 'a) -> 'a</code></pre>
<pre><span id="VALchoose_cols"><span class="keyword">val</span> choose_cols</span> : <code class="type">Lacaml_float64.mat -> <a href="Gpr_utils.Int_vec.html#TYPEt">Int_vec.t</a> -> Lacaml_float64.mat</code></pre>
<pre><span id="VALsum_mat"><span class="keyword">val</span> sum_mat</span> : <code class="type">Lacaml_float64.mat -> Lacaml_float64.num_type</code></pre>
<pre><span id="VALsum_symm_mat"><span class="keyword">val</span> sum_symm_mat</span> : <code class="type">Lacaml_float64.mat -> float</code></pre>
<pre><span id="VALlog_det"><span class="keyword">val</span> log_det</span> : <code class="type">Lacaml_float64.mat -> float</code></pre>
<pre><span id="VALsolve_tri"><span class="keyword">val</span> solve_tri</span> : <code class="type">?trans:Lacaml_float64.trans3 -><br>       Lacaml_float64.mat -> Lacaml_float64.mat -> Lacaml_float64.mat</code></pre>
<pre><span id="VALichol"><span class="keyword">val</span> ichol</span> : <code class="type">Lacaml_float64.mat -> Lacaml_float64.mat</code></pre>
<pre><span id="VALcheck_sparse_row_mat_sane"><span class="keyword">val</span> check_sparse_row_mat_sane</span> : <code class="type">real_m:int -> smat:Lacaml_float64.mat -> rows:<a href="Gpr_utils.Int_vec.html#TYPEt">Int_vec.t</a> -> unit</code></pre>
<pre><span id="VALcheck_sparse_col_mat_sane"><span class="keyword">val</span> check_sparse_col_mat_sane</span> : <code class="type">real_n:int -> smat:Lacaml_float64.mat -> cols:<a href="Gpr_utils.Int_vec.html#TYPEt">Int_vec.t</a> -> unit</code></pre>
<pre><span id="VALcheck_sparse_vec_sane"><span class="keyword">val</span> check_sparse_vec_sane</span> : <code class="type">real_n:int -> svec:Lacaml_float64.vec -> rows:<a href="Gpr_utils.Int_vec.html#TYPEt">Int_vec.t</a> -> unit</code></pre>
<pre><span id="VALsymm2_sparse_trace"><span class="keyword">val</span> symm2_sparse_trace</span> : <code class="type">mat:(float, 'a, 'b) Bigarray.Array2.t -><br>       smat:Lacaml_float64.mat -> rows:<a href="Gpr_utils.Int_vec.html#TYPEt">Int_vec.t</a> -> float</code></pre></body></html>