11#ifndef EIGEN_NESTBYVALUE_H
12#define EIGEN_NESTBYVALUE_H
17template<
typename ExpressionType>
61template<
typename Derived>
71template<
typename ArgType>
78 :
Base(xpr.nestedExpression())
#define EIGEN_NOEXCEPT
Definition: Macros.h:1428
#define EIGEN_CONSTEXPR
Definition: Macros.h:797
#define EIGEN_DEVICE_FUNC
Definition: Macros.h:986
#define EIGEN_DENSE_PUBLIC_INTERFACE(Derived)
Definition: Macros.h:1293
EIGEN_DEVICE_FUNC const NestByValue< Derived > nestByValue() const
Definition: NestByValue.h:63
Expression which must be nested by value.
Definition: NestByValue.h:40
EIGEN_DEVICE_FUNC const ExpressionType & nestedExpression() const
Definition: NestByValue.h:53
internal::dense_xpr_base< NestByValue >::type Base
Definition: NestByValue.h:43
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols() const EIGEN_NOEXCEPT
Definition: NestByValue.h:49
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows() const EIGEN_NOEXCEPT
Definition: NestByValue.h:48
const ExpressionType m_expression
Definition: NestByValue.h:56
type
Definition: core.h:575
Namespace containing all symbols from the Eigen library.
Definition: Core:141
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:74
Definition: Eigen_Colamd.h:50
Definition: XprHelper.h:484
EIGEN_DEVICE_FUNC evaluator(const NestByValue< ArgType > &xpr)
Definition: NestByValue.h:77
evaluator< ArgType > Base
Definition: NestByValue.h:75
Definition: CoreEvaluators.h:91
Definition: ForwardDeclarations.h:17