aimsalgo  5.1.2
Neuroimaging image processing
math_g.h
Go to the documentation of this file.
1 /* This software and supporting documentation are distributed by
2  * Institut Federatif de Recherche 49
3  * CEA/NeuroSpin, Batiment 145,
4  * 91191 Gif-sur-Yvette cedex
5  * France
6  *
7  * This software is governed by the CeCILL-B license under
8  * French law and abiding by the rules of distribution of free software.
9  * You can use, modify and/or redistribute the software under the
10  * terms of the CeCILL-B license as circulated by CEA, CNRS
11  * and INRIA at the following URL "http://www.cecill.info".
12  *
13  * As a counterpart to the access to the source code and rights to copy,
14  * modify and redistribute granted by the license, users are provided only
15  * with a limited warranty and the software's author, the holder of the
16  * economic rights, and the successive licensors have only limited
17  * liability.
18  *
19  * In this respect, the user's attention is drawn to the risks associated
20  * with loading, using, modifying and/or developing or reproducing the
21  * software by the user in light of its specific status of free software,
22  * that may mean that it is complicated to manipulate, and that also
23  * therefore means that it is reserved for developers and experienced
24  * professionals having in-depth computer knowledge. Users are therefore
25  * encouraged to load and test the software's suitability as regards their
26  * requirements in conditions enabling the security of their systems and/or
27  * data to be ensured and, more generally, to use and operate it in the
28  * same conditions as regards security.
29  *
30  * The fact that you are presently reading this means that you have had
31  * knowledge of the CeCILL-B license and that you accept its terms.
32  */
33 
34 
35 #ifndef AIMS_MATH_MATH_G_H
36 #define AIMS_MATH_MATH_G_H
37 
38 
44  //@Include: math/bessel.h
45  //@Include: math/mathelem.h
46  //@Include: math/geometry.h
49  //@Include: math/curv2Diso.h
50  //@Include: math/curv3Diso.h
52 
54  //@Include: math/eigen.h
55  //@Include: math/householder.h
56  //@Include: math/tqli.h
57  //@Include: math/balanc.h
58  //@Include: math/balbak.h
59  //@Include: math/elmhes.h
60  //@Include: math/eltran.h
61  //@Include: math/hqr.h
62  //@Include: math/svd.h
63  //@Include: math/gaussj.h
64  //@Include: math/gausslu.h
66 
68  //@Include: math/gradient.h
70 
72  //@Include: math/bspline3.h
74 
78  //@Include: math/multilinfit.h
80 
82  //@Include: math/random.h
84  //@Include: math/distspheric.h
87  //@Include: trieder.h
88  //@Include: tensor.h
89  //@Include: dtitensor.h
90  //@Include: tensorMatrix.h
92 
93 
94 
95 // misc
96 #include <aims/math/bessel.h>
97 #include <aims/math/mathelem.h>
98 #include <aims/math/random.h>
99 #include <aims/math/geometry.h>
100 #include <aims/math/trieder.h>
101 #include <aims/math/tensor.h>
102 #include <aims/math/dtitensor.h>
103 #include <aims/math/tensorMatrix.h>
104 
105 // curvature
106 #include <aims/math/curv2Diso.h>
107 #include <aims/math/curv3Diso.h>
108 
109 // derivation
110 #include <aims/math/gradient.h>
111 
112 // interpolation
113 //#include <aims/math/lagrange.h>
114 #include <aims/math/bspline3.h>
115 
116 // integration
117 #include <aims/math/romberg.h>
118 #include <aims/math/integrator.h>
119 #include <aims/math/trapezeitg.h>
120 #include <aims/math/rombergitg.h>
121 
122 
123 // linear algebra
124 #include <aims/math/eigen.h>
125 #include <aims/math/householder.h>
126 #include <aims/math/tqli.h>
127 #include <aims/math/balanc.h>
128 #include <aims/math/balbak.h>
129 #include <aims/math/elmhes.h>
130 #include <aims/math/eltran.h>
131 #include <aims/math/hqr.h>
132 #include <aims/math/svd.h>
133 #include <aims/math/gaussj.h>
134 #include <aims/math/gausslu.h>
135 
136 // fit
137 #include <aims/math/multilinfit.h>
138 
139 // distributions
140 #include <aims/math/distspheric.h>
141 
142 
143 #endif
144 
145