Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions | Protected Attributes
Eigen::NestByValue< ExpressionType > Class Template Reference

Detailed Description

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

Expression which must be nested by value.

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 49 of file Core.

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

List of all members.

Public Types

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

Public Member Functions

 NestByValue (const ExpressionType &matrix)
Index rows () const
Index cols () const
Index outerStride () const
Index innerStride () const
const CoeffReturnType coeff (Index row, Index col) const
Scalar & coeffRef (Index row, Index col)
const CoeffReturnType coeff (Index index) const
Scalar & coeffRef (Index index)
template<int LoadMode>
const PacketScalar packet (Index row, Index col) const
template<int LoadMode>
void writePacket (Index row, Index col, const PacketScalar &x)
template<int LoadMode>
const PacketScalar packet (Index index) const
template<int LoadMode>
void writePacket (Index index, const PacketScalar &x)
 operator const ExpressionType & () const

Protected Attributes

const ExpressionType m_expression

Member Typedef Documentation

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

Definition at line 54 of file Core.


Constructor & Destructor Documentation

template<typename ExpressionType >
Eigen::NestByValue< ExpressionType >::NestByValue ( const ExpressionType &  matrix) [inline]

Definition at line 57 of file Core.


Member Function Documentation

template<typename ExpressionType >
const CoeffReturnType Eigen::NestByValue< ExpressionType >::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 64 of file Core.

template<typename ExpressionType >
const CoeffReturnType Eigen::NestByValue< ExpressionType >::coeff ( Index  index) const [inline]

Definition at line 74 of file Core.

template<typename ExpressionType >
Scalar& Eigen::NestByValue< ExpressionType >::coeffRef ( Index  index) [inline]

Definition at line 79 of file Core.

template<typename ExpressionType >
Scalar& Eigen::NestByValue< ExpressionType >::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 69 of file Core.

template<typename ExpressionType >
Index Eigen::NestByValue< ExpressionType >::cols ( void  ) const [inline]

Definition at line 60 of file Core.

template<typename ExpressionType >
Index Eigen::NestByValue< ExpressionType >::innerStride ( ) const [inline]

Definition at line 62 of file Core.

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

Definition at line 108 of file Core.

template<typename ExpressionType >
Index Eigen::NestByValue< ExpressionType >::outerStride ( ) const [inline]

Definition at line 61 of file Core.

template<typename ExpressionType >
template<int LoadMode>
const PacketScalar Eigen::NestByValue< ExpressionType >::packet ( Index  row,
Index  col 
) const [inline]

Definition at line 85 of file Core.

template<typename ExpressionType >
template<int LoadMode>
const PacketScalar Eigen::NestByValue< ExpressionType >::packet ( Index  index) const [inline]

Definition at line 97 of file Core.

template<typename ExpressionType >
Index Eigen::NestByValue< ExpressionType >::rows ( void  ) const [inline]

Definition at line 59 of file Core.

template<typename ExpressionType >
template<int LoadMode>
void Eigen::NestByValue< ExpressionType >::writePacket ( Index  row,
Index  col,
const PacketScalar &  x 
) [inline]

Definition at line 91 of file Core.

template<typename ExpressionType >
template<int LoadMode>
void Eigen::NestByValue< ExpressionType >::writePacket ( Index  index,
const PacketScalar &  x 
) [inline]

Definition at line 103 of file Core.


Member Data Documentation

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

Definition at line 111 of file Core.




Page generated by Doxygen 1.7.4 for MRPT 0.9.5 SVN:2717 at Sun Oct 16 16:08:03 PDT 2011 Hosted on:
SourceForge.net Logo