Public Member Functions | Protected Attributes | Friends | List of all members
WithFormat< ExpressionType > Class Template Reference

Pseudo expression providing matrix output with given format. More...

Public Member Functions

 WithFormat (const ExpressionType &matrix, const IOFormat &format)
 

Protected Attributes

IOFormat m_format
 
const ExpressionType::Nested m_matrix
 

Friends

std::ostream & operator<< (std::ostream &s, const WithFormat &wf)
 

Detailed Description

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

Pseudo expression providing matrix output with given format.

Parameters
ExpressionTypethe type of the object on which IO stream operations are performed

This class represents an expression with stream operators controlled by a given IOFormat. It is the return type of MatrixBase::format() and most of the time this is the only way it is used.

See class IOFormat for some examples.

See Also
MatrixBase::format(), class IOFormat

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