Flagged< ExpressionType, Added, Removed > Class Template Reference

Expression with modified flags. More...

Inheritance diagram for Flagged< ExpressionType, Added, Removed >:

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:
ExpressionTypethe type of the object of which we are modifying the flags
Addedthe flags added to the expression
Removedthe 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: