compbio
Public Member Functions | Public Attributes | List of all members
Eigen::IOFormat Class Reference

Stores a set of parameters controlling the way matrices are printed. More...

#include <IO.h>

Public Member Functions

 IOFormat (int _precision=StreamPrecision, int _flags=0, const std::string &_coeffSeparator=" ", const std::string &_rowSeparator="\, const std::string &_rowPrefix="", const std::string &_rowSuffix="", const std::string &_matPrefix="", const std::string &_matSuffix="")
 Default constructor, see class IOFormat for the meaning of the parameters.
 

Public Attributes

std::string matPrefix
 
std::string matSuffix
 
std::string rowPrefix
 
std::string rowSuffix
 
std::string rowSeparator
 
std::string rowSpacer
 
std::string coeffSeparator
 
int precision
 
int flags
 

Detailed Description

Stores a set of parameters controlling the way matrices are printed.

List of available parameters:

Example:

Output:

See also
DenseBase::format(), class WithFormat

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