votca 2024.1-dev
Loading...
Searching...
No Matches
Namespaces | Typedefs | Functions
imcio.cc File Reference
#include <fstream>
#include <iomanip>
#include <iostream>
#include <boost/algorithm/string/trim.hpp>
#include <boost/lexical_cast.hpp>
#include <votca/tools/getline.h>
#include <votca/tools/rangeparser.h>
#include <votca/tools/table.h>
#include <votca/tools/tokenizer.h>
#include "votca/csg/imcio.h"
Include dependency graph for imcio.cc:

Go to the source code of this file.

Namespaces

namespace  votca
 base class for all analysis tools
 
namespace  votca::csg
 

Typedefs

using votca::csg::group_matrix = Eigen::MatrixXd
 

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)