00001 00008 /***************************************************************************** 00009 ** Ifdefs 00010 *****************************************************************************/ 00011 00012 #ifndef ECL_MATH_HPP_ 00013 #define ECL_MATH_HPP_ 00014 00015 /***************************************************************************** 00016 ** Includes 00017 *****************************************************************************/ 00018 00019 #include "math/constants.hpp" 00020 #include "math/norms.hpp" 00021 #include "math/fuzzy.hpp" 00022 #include "math/simple.hpp" 00023 00024 #endif /*ECL_MATH_HPP_*/