KADATH
kadath_critic.hpp
1 /*
2  Copyright 2017 Philippe Grandclement
3 
4  This file is part of Kadath.
5 
6  Kadath is free software: you can redistribute it and/or modify
7  it under the terms of the GNU General Public License as published by
8  the Free Software Foundation, either version 3 of the License, or
9  (at your option) any later version.
10 
11  Kadath is distributed in the hope that it will be useful,
12  but WITHOUT ANY WARRANTY; without even the implied warranty of
13  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14  GNU General Public License for more details.
15 
16  You should have received a copy of the GNU General Public License
17  along with Kadath. If not, see <http://www.gnu.org/licenses/>.
18 */
19 
20 #ifndef __KADATH_CRITIC_HPP_
21 #define __KADATH_CRITIC_HPP_
22 
23 #include "headcpp.hpp"
24 #include "array.hpp"
25 #include "array_math.hpp"
26 #include "base_tensor.hpp"
27 #include "base_spectral.hpp"
28 #include "matrice.hpp"
29 #include "name_tools.hpp"
30 #include "ope_eq.hpp"
31 #include "param.hpp"
32 #include "point.hpp"
33 #include "scalar.hpp"
34 #include "tensor_impl.hpp"
35 #include "tensor.hpp"
36 #include "vector.hpp"
37 #include "term_eq.hpp"
38 #include "system_of_eqs.hpp"
39 
40 #include "critic.hpp"
41 
42 #endif