Go to the source code of this file.
|
template<int Layout, typename IndexType , int NumDims> |
EIGEN_ALWAYS_INLINE DSizes< IndexType, NumDims > | Eigen::internal::strides (const DSizes< IndexType, NumDims > &dimensions) |
|
template<int Layout, typename IndexType , size_t NumDims> |
EIGEN_ALWAYS_INLINE DSizes< IndexType, NumDims > | Eigen::internal::strides (const Eigen::array< IndexType, NumDims > &dimensions) |
|
template<int Layout, std::ptrdiff_t... Indices> |
DSizes< std::ptrdiff_t, sizeof...(Indices)> | Eigen::internal::strides (const Sizes< Indices... > &sizes) |
|
◆ COPY_INNER_DIM
#define COPY_INNER_DIM |
( |
|
KIND | ) |
|