votca 2025.1-dev
Loading...
Searching...
No Matches
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
 Provides a means for comparing floating point numbers.
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)