MIRA
Classes | Namespaces | Functions
EigenFormat.h File Reference

Wrappers around eigen in/output to support streaming operators. More...

#include <boost/algorithm/string/trim.hpp>
#include <platform/Platform.h>
#include <Eigen/Eigen>
#include <Eigen/StdVector>
#include <stream/NumericalStream.h>
#include <error/Exceptions.h>
Include dependency graph for EigenFormat.h:

Go to the source code of this file.

Classes

class  EigenFormat
 Base class for formatting eigen matrices. More...
 
class  TEigenFormatReadOnly< Derived >
 Template class wrapping the serializing functionality of eigen to support stream operators using a given format. More...
 
class  TEigenFormat< Derived >
 Template class wrapping the serializing functionality of eigen to support stream operators using a given format. More...
 

Namespaces

 mira
 specialize cv::DataType for our ImgPixel and inherit from cv::DataType<Vec>
 

Functions

template<typename Derived >
TEigenFormat< Derived > format (Eigen::MatrixBase< Derived > &matrix, Eigen::IOFormat format=EigenFormat::matlab())
 Function for formatting an Eigen matrix using a special format. More...
 
template<typename Derived >
TEigenFormatReadOnly< Derived > format (const Eigen::MatrixBase< Derived > &matrix, Eigen::IOFormat format=EigenFormat::matlab())
 Same as above, provided for const correctness. More...
 

Detailed Description

Wrappers around eigen in/output to support streaming operators.

Author
Erik Einhorn
Date
2010/08/02