PolyDiM
C++ library for POLYtopal DIscretization Methods
Loading...
Searching...
No Matches
Gedim_ImportExport_Utilities Namespace Reference

Functions

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

Function Documentation

◆ operator<<() [1/3]

template<class T , int Rows, int Cols>
std::ostream & Gedim_ImportExport_Utilities::operator<< ( std::ostream &  out,
const Eigen::Matrix< T, Rows, Cols > &  matrix 
)

◆ operator<<() [2/3]

template<class T , std::size_t s>
std::ostream & Gedim_ImportExport_Utilities::operator<< ( std::ostream &  out,
const std::array< T, s > &  elements 
)

◆ operator<<() [3/3]

template<class T >
std::ostream & Gedim_ImportExport_Utilities::operator<< ( std::ostream &  out,
const std::vector< T > &  elements 
)

◆ operator>>() [1/3]

template<class T , int Rows, int Cols>
std::istream & Gedim_ImportExport_Utilities::operator>> ( std::istream &  in,
Eigen::Matrix< T, Rows, Cols > &  matrix 
)

◆ operator>>() [2/3]

template<class T , std::size_t s>
std::istream & Gedim_ImportExport_Utilities::operator>> ( std::istream &  in,
std::array< T, s > &  elements 
)

◆ operator>>() [3/3]

template<class T >
std::istream & Gedim_ImportExport_Utilities::operator>> ( std::istream &  in,
std::vector< T > &  elements 
)