Go to the source code of this file.
|
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_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1 > | reshaped () EIGEN_RESHAPED_METHOD_CONST |
|
template<int Order> |
EIGEN_DEVICE_FUNC Reshaped< EIGEN_RESHAPED_METHOD_CONST Derived, SizeAtCompileTime, 1, internal::get_compiletime_reshape_order< Flags, Order >::value > | reshaped () 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/4]
◆ reshaped() [2/4]
◆ reshaped() [3/4]
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() [4/4]
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 |