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

Detailed Description

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()

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

Definition at line 54 of file Core.


Constructor & Destructor Documentation

Eigen::NestByValue::NestByValue ( const ExpressionType &  matrix) [inline]

Definition at line 57 of file Core.


Member Function Documentation

const CoeffReturnType Eigen::NestByValue::coeff ( Index  row,
Index  col 
) const [inline]

Definition at line 64 of file Core.

const CoeffReturnType Eigen::NestByValue::coeff ( Index  index) const [inline]

Definition at line 74 of file Core.

Scalar& Eigen::NestByValue::coeffRef ( Index  row,
Index  col 
) [inline]

Definition at line 69 of file Core.

Scalar& Eigen::NestByValue::coeffRef ( Index  index) [inline]

Definition at line 79 of file Core.

Index Eigen::NestByValue::cols ( void  ) const [inline]

Definition at line 60 of file Core.

Index Eigen::NestByValue::innerStride ( ) const [inline]

Definition at line 62 of file Core.

Eigen::NestByValue::operator const ExpressionType & ( ) const [inline]

Definition at line 108 of file Core.

Index Eigen::NestByValue::outerStride ( ) const [inline]

Definition at line 61 of file Core.

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

Definition at line 85 of file Core.

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

Definition at line 97 of file Core.

Index Eigen::NestByValue::rows ( void  ) const [inline]

Definition at line 59 of file Core.

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

Definition at line 91 of file Core.

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

Definition at line 103 of file Core.


Member Data Documentation

const ExpressionType Eigen::NestByValue::m_expression [protected]

Definition at line 111 of file Core.




Page generated by Doxygen 1.7.5 for MRPT 0.9.5 SVN: at Thu Oct 13 21:25:36 UTC 2011