Sophie

Sophie

distrib > Fedora > 18 > i386 > by-pkgid > 075e93f8191e9025f5bd0bcbc9c6d665 > files > 111

ocaml-gsl-devel-0.6.0-16.fc18.i686.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="Up" href="Gsl_blas_flat.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="Gsl_error" rel="Chapter" href="Gsl_error.html">
<link title="Gsl_ieee" rel="Chapter" href="Gsl_ieee.html">
<link title="Gsl_math" rel="Chapter" href="Gsl_math.html">
<link title="Gsl_complex" rel="Chapter" href="Gsl_complex.html">
<link title="Gsl_vector" rel="Chapter" href="Gsl_vector.html">
<link title="Gsl_vector_flat" rel="Chapter" href="Gsl_vector_flat.html">
<link title="Gsl_vector_complex" rel="Chapter" href="Gsl_vector_complex.html">
<link title="Gsl_vector_complex_flat" rel="Chapter" href="Gsl_vector_complex_flat.html">
<link title="Gsl_matrix" rel="Chapter" href="Gsl_matrix.html">
<link title="Gsl_matrix_flat" rel="Chapter" href="Gsl_matrix_flat.html">
<link title="Gsl_matrix_complex" rel="Chapter" href="Gsl_matrix_complex.html">
<link title="Gsl_matrix_complex_flat" rel="Chapter" href="Gsl_matrix_complex_flat.html">
<link title="Gsl_vectmat" rel="Chapter" href="Gsl_vectmat.html">
<link title="Gsl_blas" rel="Chapter" href="Gsl_blas.html">
<link title="Gsl_blas_flat" rel="Chapter" href="Gsl_blas_flat.html">
<link title="Gsl_blas_gen" rel="Chapter" href="Gsl_blas_gen.html">
<link title="Gsl_fun" rel="Chapter" href="Gsl_fun.html">
<link title="Gsl_permut" rel="Chapter" href="Gsl_permut.html">
<link title="Gsl_sort" rel="Chapter" href="Gsl_sort.html">
<link title="Gsl_linalg" rel="Chapter" href="Gsl_linalg.html">
<link title="Gsl_eigen" rel="Chapter" href="Gsl_eigen.html">
<link title="Gsl_poly" rel="Chapter" href="Gsl_poly.html">
<link title="Gsl_interp" rel="Chapter" href="Gsl_interp.html">
<link title="Gsl_rng" rel="Chapter" href="Gsl_rng.html">
<link title="Gsl_qrng" rel="Chapter" href="Gsl_qrng.html">
<link title="Gsl_randist" rel="Chapter" href="Gsl_randist.html">
<link title="Gsl_integration" rel="Chapter" href="Gsl_integration.html">
<link title="Gsl_fit" rel="Chapter" href="Gsl_fit.html">
<link title="Gsl_multifit" rel="Chapter" href="Gsl_multifit.html">
<link title="Gsl_multifit_nlin" rel="Chapter" href="Gsl_multifit_nlin.html">
<link title="Gsl_root" rel="Chapter" href="Gsl_root.html">
<link title="Gsl_multiroot" rel="Chapter" href="Gsl_multiroot.html">
<link title="Gsl_min" rel="Chapter" href="Gsl_min.html">
<link title="Gsl_multimin" rel="Chapter" href="Gsl_multimin.html">
<link title="Gsl_diff" rel="Chapter" href="Gsl_diff.html">
<link title="Gsl_cheb" rel="Chapter" href="Gsl_cheb.html">
<link title="Gsl_sum" rel="Chapter" href="Gsl_sum.html">
<link title="Gsl_fft" rel="Chapter" href="Gsl_fft.html">
<link title="Gsl_monte" rel="Chapter" href="Gsl_monte.html">
<link title="Gsl_siman" rel="Chapter" href="Gsl_siman.html">
<link title="Gsl_odeiv" rel="Chapter" href="Gsl_odeiv.html">
<link title="Gsl_histo" rel="Chapter" href="Gsl_histo.html">
<link title="Gsl_stats" rel="Chapter" href="Gsl_stats.html">
<link title="Gsl_wavelet" rel="Chapter" href="Gsl_wavelet.html">
<link title="Gsl_bspline" rel="Chapter" href="Gsl_bspline.html">
<link title="Gsl_const" rel="Chapter" href="Gsl_const.html">
<link title="Gsl_sf" rel="Chapter" href="Gsl_sf.html">
<link title="Gsl_cdf" rel="Chapter" href="Gsl_cdf.html"><title>ocamlgsl 0.6.0 : Gsl_blas_flat.Complex</title>
</head>
<body>
<div class="navbar">&nbsp;<a href="Gsl_blas_flat.html">Up</a>
&nbsp;</div>
<center><h1>Module <a href="type_Gsl_blas_flat.Complex.html">Gsl_blas_flat.Complex</a></h1></center>
<br>
<pre><span class="keyword">module</span> Complex: <code class="code">sig</code> <a href="Gsl_blas_flat.Complex.html">..</a> <code class="code">end</code></pre><hr width="100%">
<pre><span class="keyword">val</span> <a name="VALdotu"></a>dotu : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> <a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a></code></pre><pre><span class="keyword">val</span> <a name="VALdotc"></a>dotc : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> <a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a></code></pre><pre><span class="keyword">val</span> <a name="VALnrm2"></a>nrm2 : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALasum"></a>asum : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> float</code></pre><pre><span class="keyword">val</span> <a name="VALiamax"></a>iamax : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> int</code></pre><pre><span class="keyword">val</span> <a name="VALswap"></a>swap : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALcopy"></a>copy : <code class="type"><a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALaxpy"></a>axpy : <code class="type"><a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALscal"></a>scal : <code class="type"><a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALzdscal"></a>zdscal : <code class="type">float -> <a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALgemv"></a>gemv : <code class="type"><a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> y:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALtrmv"></a>trmv : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       <a href="Gsl_blas_flat.html#TYPEdiag">Gsl_blas_flat.diag</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALtrsv"></a>trsv : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       <a href="Gsl_blas_flat.html#TYPEdiag">Gsl_blas_flat.diag</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALhemv"></a>hemv : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> y:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALgeru"></a>geru : <code class="type">alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       y:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALgerc"></a>gerc : <code class="type">alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       y:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALher"></a>her : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       alpha:float -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALher2"></a>her2 : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       x:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -><br>       y:<a href="Gsl_vector_complex_flat.html#TYPEvector">Gsl_vector_complex_flat.vector</a> -> a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALgemm"></a>gemm : <code class="type">ta:<a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       tb:<a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALsymm"></a>symm : <code class="type"><a href="Gsl_blas_flat.html#TYPEside">Gsl_blas_flat.side</a> -><br>       <a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALsyrk"></a>syrk : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALsyr2k"></a>syr2k : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALtrmm"></a>trmm : <code class="type"><a href="Gsl_blas_flat.html#TYPEside">Gsl_blas_flat.side</a> -><br>       <a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       <a href="Gsl_blas_flat.html#TYPEdiag">Gsl_blas_flat.diag</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALtrsm"></a>trsm : <code class="type"><a href="Gsl_blas_flat.html#TYPEside">Gsl_blas_flat.side</a> -><br>       <a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       <a href="Gsl_blas_flat.html#TYPEdiag">Gsl_blas_flat.diag</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALhemm"></a>hemm : <code class="type"><a href="Gsl_blas_flat.html#TYPEside">Gsl_blas_flat.side</a> -><br>       <a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALherk"></a>herk : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:float -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:float -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre><pre><span class="keyword">val</span> <a name="VALher2k"></a>her2k : <code class="type"><a href="Gsl_blas_flat.html#TYPEuplo">Gsl_blas_flat.uplo</a> -><br>       <a href="Gsl_blas_flat.html#TYPEtranspose">Gsl_blas_flat.transpose</a> -><br>       alpha:<a href="Gsl_complex.html#TYPEcomplex">Gsl_complex.complex</a> -><br>       a:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       b:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -><br>       beta:float -> c:<a href="Gsl_matrix_complex_flat.html#TYPEmatrix">Gsl_matrix_complex_flat.matrix</a> -> unit</code></pre></body></html>