Searched defs:global_math_functions_filtering_base (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DMathFunctions.h17 /** \internal \struct global_math_functions_filtering_base
22 * global_math_functions_filtering_base<T>::type is a typedef for it.
23 * - otherwise, global_math_functions_filtering_base<T>::type is a typedef for T.
30 * won't be used. How does sin know that? That's exactly what global_math_functions_filtering_base tells it.
38 struct global_math_functions_filtering_base struct in namespace:Eigen::internal
46 struct global_math_functions_filtering_base struct in namespace:Eigen::internal
54 #define EIGEN_MATHFUNC_IMPL(func, scalar) func##_impl<typename global_math_functions_filtering_base<scalar>::type>
55 #define EIGEN_MATHFUNC_RETVAL(func, scalar) typename func##_retval<typename global_math_functions_filtering_base<scalar>::type>::type

Completed in 49 milliseconds