CortidQCT  1.2.2.52
Classes | Namespaces | Functions
MatrixIO.h File Reference

Contains a wrapper to enable IO on Eigen matrices. More...

#include <Eigen/Core>
#include <iostream>
Include dependency graph for MatrixIO.h:

Go to the source code of this file.

Classes

struct  CortidQCT::MartrixIOWrapper< MatrixType >
 Wrapper for Eigen matrices to support IO. More...
 

Namespaces

 CortidQCT
 Name namespace for CortidQCT library.
 

Functions

template<class MatrixType >
MartrixIOWrapper< MatrixType > CortidQCT::io (Eigen::MatrixBase< MatrixType > &matrix)
 
template<class MatrixType >
MartrixIOWrapper< MatrixType > CortidQCT::io (Eigen::MatrixBase< MatrixType > const &matrix)
 

Detailed Description

Contains a wrapper to enable IO on Eigen matrices.

Author
Stefan Reinhold