votca 2024-dev
Loading...
Searching...
No Matches
Namespaces | Functions
eigenio_matrixmarket.h File Reference
#include "eigen.h"
Include dependency graph for eigenio_matrixmarket.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

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

Functions

Eigen::VectorXd votca::tools::EigenIO_MatrixMarket::ReadVector (const std::string &filename)
 
void votca::tools::EigenIO_MatrixMarket::WriteVector (const std::string &filename, const Eigen::VectorXd &output)
 
void votca::tools::EigenIO_MatrixMarket::WriteMatrix (const std::string &filename, const Eigen::MatrixXd &output)
 
Eigen::MatrixXd votca::tools::EigenIO_MatrixMarket::ReadMatrix (const std::string &filename)