|
| template<typename T1 , typename T2 > |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const T1 & | Eigen::choose (Cond< true >, const T1 &first, const T2 &) |
| |
| template<typename T1 , typename T2 > |
| EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE const T2 & | Eigen::choose (Cond< false >, const T1 &, const T2 &second) |
| |
| template<typename T > |
| EIGEN_DEPRECATED EIGEN_DEVICE_FUNC constexpr EIGEN_ALWAYS_INLINE T | Eigen::divup (const T x, const T y) |
| |
| template<typename U , typename V > |
| EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | Eigen::operator== (const Pair< U, V > &x, const Pair< U, V > &y) |
| |
| template<typename U , typename V > |
| EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool | Eigen::operator!= (const Pair< U, V > &x, const Pair< U, V > &y) |
| |
| template<typename IndexType , typename Index , Index First, Index... Is> |
| EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, 1+sizeof...(Is)> | Eigen::internal::customIndices2Array (IndexType &idx, numeric_list< Index, First, Is... >) |
| |
| template<typename IndexType , typename Index > |
| EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, 0 > | Eigen::internal::customIndices2Array (IndexType &, numeric_list< Index >) |
| |
| template<typename Index , std::size_t NumIndices, typename IndexType > |
| EIGEN_CONSTEXPR EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE array< Index, NumIndices > | Eigen::internal::customIndices2Array (IndexType &idx) |
| |