#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 ptrdiff_t | IndexOfColMajor (const array< DenseIndex, Base::count > &indices) const |
template<typename DenseIndex > | |
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ptrdiff_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::ptrdiff_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 () |
Public Attributes | |
const Base | t = Base() |
Static Public Attributes | |
static const ptrdiff_t | count = Base::count |
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 107 of file TensorDimensions.h.
|
inlineexplicit |
Definition at line 109 of file TensorDimensions.h.
|
inline |
Definition at line 129 of file TensorDimensions.h.
|
inline |
Definition at line 133 of file TensorDimensions.h.
|
inline |
Definition at line 119 of file TensorDimensions.h.
|
inline |
Definition at line 124 of file TensorDimensions.h.
|
inline |
Definition at line 99 of file TensorDimensions.h.
|
inlinestatic |
Definition at line 103 of file TensorDimensions.h.
|
static |
Definition at line 97 of file TensorDimensions.h.
const Base Eigen::Sizes< Indices >::t = Base() |
Definition at line 95 of file TensorDimensions.h.
|
static |
Definition at line 96 of file TensorDimensions.h.