19 #ifndef OPENKALMAN_VALUES_HPP 20 #define OPENKALMAN_VALUES_HPP 41 #include "concepts/index.hpp" 58 #include "math/isinf.hpp" 59 #include "math/isnan.hpp" 61 #include "math/signbit.hpp" 62 #include "math/copysign.hpp" 63 #include "math/sqrt.hpp" 64 #include "math/hypot.hpp" 65 #include "math/abs.hpp" 66 #include "math/exp.hpp" 67 #include "math/expm1.hpp" 68 #include "math/sinh.hpp" 69 #include "math/cosh.hpp" 70 #include "math/tanh.hpp" 71 #include "math/sin.hpp" 72 #include "math/cos.hpp" 73 #include "math/tan.hpp" 74 #include "math/log.hpp" 75 #include "math/log1p.hpp" 76 #include "math/asinh.hpp" 77 #include "math/acosh.hpp" 78 #include "math/atanh.hpp" 79 #include "math/asin.hpp" 80 #include "math/acos.hpp" 81 #include "math/atan.hpp" 82 #include "math/atan2.hpp" 83 #include "math/pow.hpp" 85 #endif //OPENKALMAN_VALUES_HPP Definition for values::floating.
Definition for values::to_number.
Definition for values::fixed_number_of.
Definition for values::size.
Definition for value:number_type_of_t.
Definition for values::imag.
Definition for values::conj.
Definition for values::abs.
Definition: constant_coefficient.hpp:25
Definition for values::not_complex.
Definition for value:real_type_of_t.
Definition for values::integral.
Definition for ::dynamic.
Definition for values::number.
Definition for values::real.
Definitions for value arithmetic.
Traits for arithmetic and complex scalar types.
Definition for ::complex.