|
template<std::ptrdiff_t n, typename std::ptrdiff_t... Indices> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | Eigen::internal::array_get (const Sizes< Indices... > &) |
|
template<std::ptrdiff_t n> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | Eigen::internal::array_get (const Sizes<> &) |
|
template<typename std::ptrdiff_t... Indices> |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | Eigen::internal::array_prod (const Sizes< Indices... > &) |
|
template<typename Dims1 , typename Dims2 > |
EIGEN_DEVICE_FUNC bool | Eigen::dimensions_match (Dims1 &dims1, Dims2 &dims2) |
|