Public Types | Public Member Functions | Protected Attributes | List of all members
Eigen::NestByValue< ExpressionType > Class Template Reference

Expression which must be nested by value. More...

#include <NestByValue.h>

Inheritance diagram for Eigen::NestByValue< ExpressionType >:
Inheritance graph
[legend]

Public Types

typedef internal::dense_xpr_base< NestByValue >::type Base
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index cols () const EIGEN_NOEXCEPT
 
EIGEN_DEVICE_FUNC NestByValue (const ExpressionType &matrix)
 
const EIGEN_DEVICE_FUNC ExpressionType & nestedExpression () const
 
EIGEN_DEVICE_FUNC operator const ExpressionType & () const
 
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index rows () const EIGEN_NOEXCEPT
 

Protected Attributes

const ExpressionType m_expression
 

Detailed Description

template<typename ExpressionType>
class Eigen::NestByValue< ExpressionType >

Expression which must be nested by value.

Template Parameters
ExpressionTypethe type of the object of which we are requiring nesting-by-value

This class is the return type of MatrixBase::nestByValue() and most of the time this is the only way it is used.

See also
MatrixBase::nestByValue()

Definition at line 38 of file NestByValue.h.

Member Typedef Documentation

◆ Base

template<typename ExpressionType >
typedef internal::dense_xpr_base<NestByValue>::type Eigen::NestByValue< ExpressionType >::Base

Definition at line 43 of file NestByValue.h.

Constructor & Destructor Documentation

◆ NestByValue()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC Eigen::NestByValue< ExpressionType >::NestByValue ( const ExpressionType &  matrix)
inlineexplicit

Definition at line 46 of file NestByValue.h.

Member Function Documentation

◆ cols()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::NestByValue< ExpressionType >::cols ( ) const
inline

Definition at line 49 of file NestByValue.h.

◆ nestedExpression()

template<typename ExpressionType >
const EIGEN_DEVICE_FUNC ExpressionType& Eigen::NestByValue< ExpressionType >::nestedExpression ( ) const
inline

Definition at line 53 of file NestByValue.h.

◆ operator const ExpressionType &()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC Eigen::NestByValue< ExpressionType >::operator const ExpressionType & ( ) const
inline

Definition at line 51 of file NestByValue.h.

◆ rows()

template<typename ExpressionType >
EIGEN_DEVICE_FUNC EIGEN_CONSTEXPR Index Eigen::NestByValue< ExpressionType >::rows ( ) const
inline

Definition at line 48 of file NestByValue.h.

Member Data Documentation

◆ m_expression

template<typename ExpressionType >
const ExpressionType Eigen::NestByValue< ExpressionType >::m_expression
protected

Definition at line 56 of file NestByValue.h.


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


gtsam
Author(s):
autogenerated on Wed May 15 2024 15:28:34