NestByValue< ExpressionType > Class Template Reference
[Core module]

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

Inherits internal::dense_xpr_base::type< NestByValue< ExpressionType > >.

List of all members.


Detailed Description

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

Expression which must be nested by value.

Parameters:
ExpressionType the 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()

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