IO.h File Reference

Go to the source code of this file.

Classes

class  Eigen::IOFormat
 Stores a set of parameters controlling the way matrices are printed. More...
 
class  Eigen::WithFormat< ExpressionType >
 Pseudo expression providing matrix output with given format. More...
 

Namespaces

 Eigen
 : InteropHeaders
 
 Eigen::internal
 

Enumerations

enum  { Eigen::DontAlignCols }
 
enum  {
  Eigen::StreamPrecision ,
  Eigen::FullPrecision
}
 

Functions

template<typename Derived >
std::ostream & Eigen::operator<< (std::ostream &s, const DiagonalBase< Derived > &m)
 
template<typename Derived >
std::ostream & Eigen::internal::print_matrix (std::ostream &s, const Derived &_m, const IOFormat &fmt)