root/doc/html/itbase_8h-source.html @ 354

Revision 353, 11.2 kB (checked in by smidl, 16 years ago)

doc

Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html><head><meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
3<title>mixpp: itbase.h Source File</title>
4<link href="tabs.css" rel="stylesheet" type="text/css">
5<link href="doxygen.css" rel="stylesheet" type="text/css">
6</head><body>
7<!-- Generated by Doxygen 1.5.8 -->
8<script type="text/javascript">
9<!--
10function changeDisplayState (e){
11  var num=this.id.replace(/[^[0-9]/g,'');
12  var button=this.firstChild;
13  var sectionDiv=document.getElementById('dynsection'+num);
14  if (sectionDiv.style.display=='none'||sectionDiv.style.display==''){
15    sectionDiv.style.display='block';
16    button.src='open.gif';
17  }else{
18    sectionDiv.style.display='none';
19    button.src='closed.gif';
20  }
21}
22function initDynSections(){
23  var divs=document.getElementsByTagName('div');
24  var sectionCounter=1;
25  for(var i=0;i<divs.length-1;i++){
26    if(divs[i].className=='dynheader'&&divs[i+1].className=='dynsection'){
27      var header=divs[i];
28      var section=divs[i+1];
29      var button=header.firstChild;
30      if (button!='IMG'){
31        divs[i].insertBefore(document.createTextNode(' '),divs[i].firstChild);
32        button=document.createElement('img');
33        divs[i].insertBefore(button,divs[i].firstChild);
34      }
35      header.style.cursor='pointer';
36      header.onclick=changeDisplayState;
37      header.id='dynheader'+sectionCounter;
38      button.src='closed.gif';
39      section.id='dynsection'+sectionCounter;
40      section.style.display='none';
41      section.style.marginLeft='14px';
42      sectionCounter++;
43    }
44  }
45}
46window.onload = initDynSections;
47-->
48</script>
49<div class="navigation" id="top">
50  <div class="tabs">
51    <ul>
52      <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
53      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
54      <li><a href="modules.html"><span>Modules</span></a></li>
55      <li><a href="annotated.html"><span>Classes</span></a></li>
56      <li class="current"><a href="files.html"><span>Files</span></a></li>
57    </ul>
58  </div>
59  <div class="tabs">
60    <ul>
61      <li><a href="files.html"><span>File&nbsp;List</span></a></li>
62      <li><a href="globals.html"><span>File&nbsp;Members</span></a></li>
63    </ul>
64  </div>
65<h1>itbase.h</h1><a href="itbase_8h.html">Go to the documentation of this file.</a><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001
66<a name="l00029"></a>00029 <span class="preprocessor">#ifndef ITBASE_H</span>
67<a name="l00030"></a>00030 <span class="preprocessor"></span><span class="preprocessor">#define ITBASE_H</span>
68<a name="l00031"></a>00031 <span class="preprocessor"></span>
69<a name="l00037"></a>00037
70<a name="l00038"></a>00038
71<a name="l00039"></a>00039
72<a name="l00045"></a>00045
73<a name="l00046"></a>00046
74<a name="l00047"></a>00047
75<a name="l00048"></a>00048
76<a name="l00049"></a>00049
77<a name="l00050"></a>00050
78<a name="l00051"></a>00051
79<a name="l00056"></a>00056
80<a name="l00057"></a>00057
81<a name="l00058"></a>00058
82<a name="l00059"></a>00059
83<a name="l00060"></a>00060
84<a name="l00061"></a>00061
85<a name="l00062"></a>00062
86<a name="l00068"></a>00068
87<a name="l00069"></a>00069
88<a name="l00070"></a>00070
89<a name="l00071"></a>00071
90<a name="l00072"></a>00072
91<a name="l00077"></a>00077
92<a name="l00078"></a>00078
93<a name="l00079"></a>00079
94<a name="l00080"></a>00080
95<a name="l00081"></a>00081
96<a name="l00087"></a>00087 <span class="preprocessor">#include &lt;<a class="code" href="cholesky_8h.html" title="Definitions of Cholesky factorisation functions.">itpp/base/algebra/cholesky.h</a>&gt;</span>
97<a name="l00088"></a>00088 <span class="preprocessor">#include &lt;<a class="code" href="det_8h.html" title="Definitions of determinant calculations.">itpp/base/algebra/det.h</a>&gt;</span>
98<a name="l00089"></a>00089 <span class="preprocessor">#include &lt;<a class="code" href="eigen_8h.html" title="Definitions of eigenvalue decomposition functions.">itpp/base/algebra/eigen.h</a>&gt;</span>
99<a name="l00090"></a>00090 <span class="preprocessor">#include &lt;<a class="code" href="inv_8h.html" title="Definitions of matrix inversion routines.">itpp/base/algebra/inv.h</a>&gt;</span>
100<a name="l00091"></a>00091 <span class="preprocessor">#include &lt;<a class="code" href="ls__solve_8h.html" title="Definitions of functions for solving linear equation systems.">itpp/base/algebra/ls_solve.h</a>&gt;</span>
101<a name="l00092"></a>00092 <span class="preprocessor">#include &lt;<a class="code" href="lu_8h.html" title="Definitions of LU factorisation functions.">itpp/base/algebra/lu.h</a>&gt;</span>
102<a name="l00093"></a>00093 <span class="preprocessor">#include &lt;<a class="code" href="qr_8h.html" title="Definitions of QR factorisation functions.">itpp/base/algebra/qr.h</a>&gt;</span>
103<a name="l00094"></a>00094 <span class="preprocessor">#include &lt;<a class="code" href="schur_8h.html" title="Definitions of Schur decomposition functions.">itpp/base/algebra/schur.h</a>&gt;</span>
104<a name="l00095"></a>00095 <span class="preprocessor">#include &lt;<a class="code" href="svd_8h.html" title="Definitions of Singular Value Decompositions.">itpp/base/algebra/svd.h</a>&gt;</span>
105<a name="l00096"></a>00096
106<a name="l00097"></a>00097 <span class="preprocessor">#include &lt;<a class="code" href="elem__math_8h.html" title="Elementary mathematical functions - header file.">itpp/base/math/elem_math.h</a>&gt;</span>
107<a name="l00098"></a>00098 <span class="preprocessor">#include &lt;<a class="code" href="error_8h.html" title="Error functions - header file.">itpp/base/math/error.h</a>&gt;</span>
108<a name="l00099"></a>00099 <span class="preprocessor">#include &lt;<a class="code" href="integration_8h.html" title="Definition of numerical integration.">itpp/base/math/integration.h</a>&gt;</span>
109<a name="l00100"></a>00100 <span class="preprocessor">#include &lt;<a class="code" href="log__exp_8h.html" title="Logarithmic and exponenential functions - header file.">itpp/base/math/log_exp.h</a>&gt;</span>
110<a name="l00101"></a>00101 <span class="preprocessor">#include &lt;<a class="code" href="min__max_8h.html" title="Minimum and maximum functions on vectors and matrices.">itpp/base/math/min_max.h</a>&gt;</span>
111<a name="l00102"></a>00102 <span class="preprocessor">#include &lt;<a class="code" href="misc_8h.html" title="Miscellaneous functions - header file.">itpp/base/math/misc.h</a>&gt;</span>
112<a name="l00103"></a>00103 <span class="preprocessor">#include &lt;<a class="code" href="trig__hyp_8h.html" title="Trigonometric and hyperbolic functions - header file.">itpp/base/math/trig_hyp.h</a>&gt;</span>
113<a name="l00104"></a>00104
114<a name="l00105"></a>00105 <span class="preprocessor">#include &lt;<a class="code" href="array_8h.html" title="Definition of Array class (container).">itpp/base/array.h</a>&gt;</span>
115<a name="l00106"></a>00106 <span class="preprocessor">#include &lt;<a class="code" href="bessel_8h.html" title="Definitions of Bessel functions.">itpp/base/bessel.h</a>&gt;</span>
116<a name="l00107"></a>00107 <span class="preprocessor">#include &lt;<a class="code" href="binary_8h.html" title="Binary class definition.">itpp/base/binary.h</a>&gt;</span>
117<a name="l00108"></a>00108 <span class="preprocessor">#include &lt;<a class="code" href="binfile_8h.html" title="Binary file formats definitions.">itpp/base/binfile.h</a>&gt;</span>
118<a name="l00109"></a>00109 <span class="preprocessor">#include &lt;<a class="code" href="circular__buffer_8h.html" title="Circular_Buffer class (container).">itpp/base/circular_buffer.h</a>&gt;</span>
119<a name="l00110"></a>00110 <span class="preprocessor">#include &lt;<a class="code" href="converters_8h.html" title="Definitions of converters between different vector and matrix types.">itpp/base/converters.h</a>&gt;</span>
120<a name="l00111"></a>00111 <span class="preprocessor">#include &lt;<a class="code" href="factory_8h.html" title="Base class for class factories and memory allocation functions.">itpp/base/factory.h</a>&gt;</span>
121<a name="l00112"></a>00112 <span class="preprocessor">#include &lt;<a class="code" href="fastmath_8h.html" title="Definitions of special operations on vectors and matricies optimized for speed.">itpp/base/fastmath.h</a>&gt;</span>
122<a name="l00113"></a>00113 <span class="preprocessor">#include &lt;<a class="code" href="gf2mat_8h.html" title="Definition of a class for algebra on GF(2) (binary) matrices.">itpp/base/gf2mat.h</a>&gt;</span>
123<a name="l00114"></a>00114 <span class="preprocessor">#include &lt;<a class="code" href="itassert_8h.html" title="Error handling functions - header file.">itpp/base/itassert.h</a>&gt;</span>
124<a name="l00115"></a>00115 <span class="preprocessor">#include &lt;<a class="code" href="itfile_8h.html" title="Definition of classes for the IT++ file format.">itpp/base/itfile.h</a>&gt;</span>
125<a name="l00116"></a>00116 <span class="preprocessor">#include &lt;<a class="code" href="itcompat_8h.html" title="IT++ compatibility types and functions.">itpp/base/itcompat.h</a>&gt;</span>
126<a name="l00117"></a>00117 <span class="preprocessor">#include &lt;<a class="code" href="mat_8h.html" title="Matrix Class Definitions.">itpp/base/mat.h</a>&gt;</span>
127<a name="l00118"></a>00118 <span class="preprocessor">#include &lt;<a class="code" href="matfunc_8h.html" title="Various functions on vectors and matrices - header file.">itpp/base/matfunc.h</a>&gt;</span>
128<a name="l00119"></a>00119 <span class="preprocessor">#include &lt;<a class="code" href="operators_8h.html" title="Definitions of operators for vectors and matricies of different types.">itpp/base/operators.h</a>&gt;</span>
129<a name="l00120"></a>00120 <span class="preprocessor">#include &lt;<a class="code" href="parser_8h.html" title="Definition of an argument parser class.">itpp/base/parser.h</a>&gt;</span>
130<a name="l00121"></a>00121 <span class="preprocessor">#include &lt;<a class="code" href="random_8h.html" title="Definition of classes for random number generators.">itpp/base/random.h</a>&gt;</span>
131<a name="l00122"></a>00122 <span class="preprocessor">#include &lt;<a class="code" href="smat_8h.html" title="Sparse Matrix Class Definitions.">itpp/base/smat.h</a>&gt;</span>
132<a name="l00123"></a>00123 <span class="preprocessor">#include &lt;<a class="code" href="sort_8h.html" title="Sorting functions.">itpp/base/sort.h</a>&gt;</span>
133<a name="l00124"></a>00124 <span class="preprocessor">#include &lt;<a class="code" href="specmat_8h.html" title="Definitions of special vectors and matrices.">itpp/base/specmat.h</a>&gt;</span>
134<a name="l00125"></a>00125 <span class="preprocessor">#include &lt;<a class="code" href="stack_8h.html" title="Stack class (container).">itpp/base/stack.h</a>&gt;</span>
135<a name="l00126"></a>00126 <span class="preprocessor">#include &lt;<a class="code" href="timing_8h.html" title="Definitions of Timing classes.">itpp/base/timing.h</a>&gt;</span>
136<a name="l00127"></a>00127 <span class="preprocessor">#include &lt;<a class="code" href="vec_8h.html" title="Templated Vector Class Definitions.">itpp/base/vec.h</a>&gt;</span>
137<a name="l00128"></a>00128
138<a name="l00129"></a>00129 <span class="preprocessor">#endif // #ifndef ITBASE_H</span>
139</pre></div></div>
140<hr size="1"><address style="text-align: right;"><small>Generated on Tue Jun 2 10:02:11 2009 for mixpp by&nbsp;
141<a href="http://www.doxygen.org/index.html">
142<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.5.8 </small></address>
143</body>
144</html>
Note: See TracBrowser for help on using the browser.