11 #ifndef EIGEN_NESTBYVALUE_H 12 #define EIGEN_NESTBYVALUE_H 17 template<
typename ExpressionType>
61 template<
typename Derived>
71 template<
typename ArgType>
78 : Base(xpr.nestedExpression())
85 #endif // EIGEN_NESTBYVALUE_H internal::dense_xpr_base< NestByValue >::type Base
Namespace containing all symbols from the Eigen library.
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT
const ExpressionType m_expression
evaluator< ArgType > Base
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
EIGEN_DEVICE_FUNC evaluator(const NestByValue< ArgType > &xpr)
Expression which must be nested by value.
const unsigned int NestByRefBit
#define EIGEN_DEVICE_FUNC
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT
#define EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
EIGEN_DEVICE_FUNC const NestByValue< Derived > nestByValue() const
Map< Matrix< T, Dynamic, Dynamic, ColMajor >, 0, OuterStride<> > matrix(T *data, int rows, int cols, int stride)
EIGEN_DEVICE_FUNC const ExpressionType & nestedExpression() const