TR-mbed 1.0
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
Eigen::internal::evaluator_base< ExpressionType > Struct Template Reference

#include <CoreEvaluators.h>

Inheritance diagram for Eigen::internal::evaluator_base< ExpressionType >:
Eigen::internal::diagonal_product_evaluator_base< Lhs, Rhs::DiagonalVectorType, Product< Lhs, Rhs, LazyProduct >, OnTheRight > Eigen::internal::diagonal_product_evaluator_base< Rhs, Lhs::DiagonalVectorType, Product< Lhs, Rhs, LazyProduct >, OnTheLeft > Eigen::internal::evaluator_wrapper_base< ArrayWrapper< TArgType > > Eigen::internal::evaluator_wrapper_base< MatrixWrapper< TArgType > > Eigen::internal::mapbase_evaluator< Block< ArgType, BlockRows, BlockCols, InnerPanel >, Block< ArgType, BlockRows, BlockCols, InnerPanel >::PlainObject > Eigen::internal::mapbase_evaluator< Map< PlainObjectType, MapOptions, StrideType >, PlainObjectType > Eigen::internal::mapbase_evaluator< Ref< PlainObjectType, RefOptions, StrideType >, PlainObjectType > Eigen::internal::mapbase_evaluator< Reshaped< ArgType, Rows, Cols, Order >, Reshaped< ArgType, Rows, Cols, Order >::PlainObject >

Public Types

enum  { Alignment = 0 }
 
typedef traits< ExpressionType > ExpressionTraits
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE evaluator_base ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE ~evaluator_base ()
 

Member Typedef Documentation

◆ ExpressionTraits

template<typename ExpressionType >
typedef traits<ExpressionType> Eigen::internal::evaluator_base< ExpressionType >::ExpressionTraits

Member Enumeration Documentation

◆ anonymous enum

template<typename ExpressionType >
anonymous enum
Enumerator
Alignment 

Constructor & Destructor Documentation

◆ evaluator_base()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator_base< ExpressionType >::evaluator_base ( )
inline

◆ ~evaluator_base()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::internal::evaluator_base< ExpressionType >::~evaluator_base ( )
inline

The documentation for this struct was generated from the following file: