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 149 #endif // EIGEN_PARSED_BY_DOXYGEN
#define EIGEN_STATIC_ASSERT(CONDITION, MSG)
Index get_runtime_reshape_size(SizeType size, Index, Index)
#define EIGEN_RESHAPED_METHOD_CONST
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
#define EIGEN_DEVICE_FUNC
EIGEN_DEVICE_FUNC Index get_runtime_value(const T &x)