PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
ImportExportUtilities.hpp File Reference
#include "Eigen/Eigen"
Include dependency graph for ImportExportUtilities.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Gedim_ImportExport_Utilities
 

Functions

template<class T , int Rows, int Cols>
std::ostream & Gedim_ImportExport_Utilities::operator<< (std::ostream &out, const Eigen::Matrix< T, Rows, Cols > &matrix)
 
template<class T , std::size_t s>
std::ostream & Gedim_ImportExport_Utilities::operator<< (std::ostream &out, const std::array< T, s > &elements)
 
template<class T >
std::ostream & Gedim_ImportExport_Utilities::operator<< (std::ostream &out, const std::vector< T > &elements)
 
template<class T , int Rows, int Cols>
std::istream & Gedim_ImportExport_Utilities::operator>> (std::istream &in, Eigen::Matrix< T, Rows, Cols > &matrix)
 
template<class T , std::size_t s>
std::istream & Gedim_ImportExport_Utilities::operator>> (std::istream &in, std::array< T, s > &elements)
 
template<class T >
std::istream & Gedim_ImportExport_Utilities::operator>> (std::istream &in, std::vector< T > &elements)