votca 2024.2-dev
|
#include "eigen.h"
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) |