2 #ifdef EIGEN_PARSED_BY_DOXYGEN
30 template<
int Order = ColMajor,
typename NRowsType,
typename NColsType>
32 inline Reshaped<Derived,...>
33 reshaped(NRowsType nRows, NColsType nCols);
36 template<
int Order = ColMajor,
typename NRowsType,
typename NColsType>
38 inline const Reshaped<
const Derived,...>
39 reshaped(NRowsType nRows, NColsType nCols)
const;
61 template<
int Order = ColMajor>
63 inline Reshaped<Derived,...>
67 template<
int Order = ColMajor>
69 inline const Reshaped<
const Derived,...>
76 #ifndef EIGEN_RESHAPED_METHOD_2ND_PASS
77 #define EIGEN_RESHAPED_METHOD_CONST const
79 #define EIGEN_RESHAPED_METHOD_CONST
82 #ifndef EIGEN_RESHAPED_METHOD_2ND_PASS
88 template<
typename NRowsType,
typename NColsType>
103 template<
int Order,
typename NRowsType,
typename NColsType>
123 inline Reshaped<EIGEN_RESHAPED_METHOD_CONST Derived,SizeAtCompileTime,1>
126 return Reshaped<EIGEN_RESHAPED_METHOD_CONST Derived,SizeAtCompileTime,1>(derived(),
size(),1);
138 (derived(),
size(), 1);
141 #undef EIGEN_RESHAPED_METHOD_CONST
143 #ifndef EIGEN_RESHAPED_METHOD_2ND_PASS
144 #define EIGEN_RESHAPED_METHOD_2ND_PASS
146 #undef EIGEN_RESHAPED_METHOD_2ND_PASS
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:976
#define EIGEN_RESHAPED_METHOD_CONST
Definition: ReshapedMethods.h:77
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, internal::get_compiletime_reshape_size< NRowsType, NColsType, SizeAtCompileTime >::value, internal::get_compiletime_reshape_size< NColsType, NRowsType, SizeAtCompileTime >::value > reshaped(NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST
Definition: ReshapedMethods.h:93
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
Definition: StaticAssert.h:127
@ ColMajor
Definition: Constants.h:319
@ RowMajor
Definition: Constants.h:321
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
const int AutoOrder
Definition: ReshapedHelper.h:17
const GenericPointer< typename T::ValueType > T2 value
Definition: pointer.h:1282