|
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &in, const QString &sPath, const QString &sDescription=QString()) |
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, 1, Eigen::Dynamic > &in, const QString &sPath, const QString &sDescription=QString()) |
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, Eigen::Dynamic, 1 > &in, const QString &sPath, const QString &sDescription=QString()) |
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &in, const std::string &sPath, const std::string &sDescription=std::string()) |
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, 1, Eigen::Dynamic > &in, const std::string &sPath, const std::string &sDescription=std::string()) |
| template<typename T> |
| static bool | write_eigen_matrix (const Eigen::Matrix< T, Eigen::Dynamic, 1 > &in, const std::string &sPath, const std::string &sDescription=std::string()) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &out, const QString &path) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, 1, Eigen::Dynamic > &out, const QString &path) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, Eigen::Dynamic, 1 > &out, const QString &path) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, Eigen::Dynamic, Eigen::Dynamic > &out, const std::string &path) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, 1, Eigen::Dynamic > &out, const std::string &path) |
| template<typename T> |
| static bool | read_eigen_matrix (Eigen::Matrix< T, Eigen::Dynamic, 1 > &out, const std::string &path) |
Eigen matrix I/O utilities.
IO utility routines for reading/writing Eigen matrices to text files.
Definition at line 79 of file ioutils.h.