Flagged< ExpressionType, Added, Removed > Class Template Reference
[Core module]

Expression with modified flags. More...

Inheritance diagram for Flagged< ExpressionType, Added, Removed >:
Inheritance graph
[legend]

List of all members.


Detailed Description

template<typename ExpressionType, unsigned int Added, unsigned int Removed>
class Eigen::Flagged< ExpressionType, Added, Removed >

Expression with modified flags.

Parameters:
ExpressionType the type of the object of which we are modifying the flags
Added the flags added to the expression
Removed the flags removed from the expression (has priority over Added).

This class represents an expression whose flags have been modified. It is the return type of MatrixBase::flagged() and most of the time this is the only way it is used.

See also:
MatrixBase::flagged()

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

Generated on 15 Aug 2012 for Eigen by  doxygen 1.6.1