votca 2024.2-dev
|
#include <list>
#include <string>
#include <vector>
#include <votca/tools/rangeparser.h>
#include <votca/tools/table.h>
Go to the source code of this file.
Namespaces | |
namespace | votca |
base class for all analysis tools | |
namespace | votca::csg |
Functions | |
void | votca::csg::imcio_write_dS (const std::string &file, const tools::Table &dS, const std::list< Index > *list=nullptr) |
void | votca::csg::imcio_write_matrix (const std::string &file, const Eigen::MatrixXd &gmc, const std::list< Index > *list=nullptr) |
void | votca::csg::imcio_write_index (const std::string &file, const std::vector< std::pair< std::string, tools::RangeParser > > &ranges) |
Eigen::MatrixXd | votca::csg::imcio_read_matrix (const std::string &filename) |
std::vector< std::pair< std::string, tools::RangeParser > > | votca::csg::imcio_read_index (const std::string &filename) |