#include <TensorDimensions.h>
Public Types | |
typedef internal::numeric_list< std::ptrdiff_t, Indices... > | Base |
Public Member Functions | |
template<typename DenseIndex > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t | IndexOfColMajor (const array< DenseIndex, Base::count > &indices) const |
template<typename DenseIndex > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE size_t | IndexOfRowMajor (const array< DenseIndex, Base::count > &indices) const |
template<typename T > | |
Sizes & | operator= (const T &) |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | operator[] (const std::size_t index) const |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | rank () const |
EIGEN_DEVICE_FUNC | Sizes () |
template<typename DenseIndex > | |
EIGEN_DEVICE_FUNC | Sizes (const array< DenseIndex, Base::count > &) |
Static Public Member Functions | |
static EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE std::ptrdiff_t | TotalSize () |
Static Public Attributes | |
static const std::ptrdiff_t | total_size = internal::arg_prod(Indices...) |
Definition at line 93 of file TensorDimensions.h.
typedef internal::numeric_list<std::ptrdiff_t, Indices...> Eigen::Sizes< Indices >::Base |
Definition at line 94 of file TensorDimensions.h.
|
inline |
Definition at line 105 of file TensorDimensions.h.
|
inlineexplicit |
Definition at line 107 of file TensorDimensions.h.
|
inline |
Definition at line 127 of file TensorDimensions.h.
|
inline |
Definition at line 131 of file TensorDimensions.h.
|
inline |
Definition at line 117 of file TensorDimensions.h.
|
inline |
Definition at line 122 of file TensorDimensions.h.
|
inline |
Definition at line 97 of file TensorDimensions.h.
|
inlinestatic |
Definition at line 101 of file TensorDimensions.h.
|
static |
Definition at line 95 of file TensorDimensions.h.