Go to the source code of this file.
|
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1 > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
template<typename NRowsType , typename NColsType > |
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 |
|
template<int Order, typename NRowsType , typename NColsType > |
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, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped (NRowsType nRows, NColsType nCols) EIGEN_RESHAPED_METHOD_CONST |
|
◆ EIGEN_RESHAPED_METHOD_2ND_PASS
#define EIGEN_RESHAPED_METHOD_2ND_PASS |
◆ EIGEN_RESHAPED_METHOD_CONST
#define EIGEN_RESHAPED_METHOD_CONST const |
◆ reshaped() [1/3]
◆ reshaped() [2/3]
template<typename NRowsType , typename NColsType >
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 |
|
) |
| |
|
inline |
◆ reshaped() [3/3]
template<int Order, typename NRowsType , typename NColsType >
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, internal::get_compiletime_reshape_order<Flags,Order>::value> reshaped |
( |
NRowsType |
nRows, |
|
|
NColsType |
nCols |
|
) |
| |
|
inline |