11#ifndef EIGEN_RESHAPED_HELPER_H
12#define EIGEN_RESHAPED_HELPER_H
21template<
typename SizeType,
typename OtherSize,
int TotalSize>
26template<
typename SizeType>
31template<
typename OtherSize,
int TotalSize>
42template<
int Flags,
int Order>
const unsigned int RowMajorBit
for a matrix, this means that the storage order is row-major.
Definition: Constants.h:66
Index get_runtime_reshape_size(SizeType size, Index, Index)
Definition: ReshapedHelper.h:27
EIGEN_CONSTEXPR Index size(const T &x)
Definition: Meta.h:479
EIGEN_DEVICE_FUNC Index get_runtime_value(const T &x)
Definition: IntegralConstant.h:156
Namespace containing all symbols from the Eigen library.
Definition: Core:141
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:74
const int AutoOrder
Definition: ReshapedHelper.h:17
AutoSize_t
Definition: ReshapedHelper.h:16
@ AutoSize
Definition: ReshapedHelper.h:16
const int Dynamic
This value means that a positive quantity (e.g., a size) is not known at compile-time,...
Definition: Constants.h:22
Definition: Eigen_Colamd.h:50
Definition: ReshapedHelper.h:43
Definition: ReshapedHelper.h:22
Definition: IntegralConstant.h:133