hops
|
#include "hops/FileReader/Hdf5Reader.hpp"
#include <highfive/H5Easy.hpp>
#include <Eigen/Core>
#include <Eigen/Sparse>
Functions | |
template<> | |
Eigen::SparseMatrix< float > | hops::Hdf5Reader::read< Eigen::SparseMatrix< float > > (const std::string &file, const std::string &pathToDataset) |
template<> | |
Eigen::SparseMatrix< double > | hops::Hdf5Reader::read< Eigen::SparseMatrix< double > > (const std::string &file, const std::string &pathToDataset) |
template<> | |
Eigen::SparseMatrix< int > | hops::Hdf5Reader::read< Eigen::SparseMatrix< int > > (const std::string &file, const std::string &pathToDataset) |
Eigen::SparseMatrix<double> hops::Hdf5Reader::read< Eigen::SparseMatrix< double > > | ( | const std::string & | file, |
const std::string & | pathToDataset | ||
) |
Eigen::SparseMatrix<float> hops::Hdf5Reader::read< Eigen::SparseMatrix< float > > | ( | const std::string & | file, |
const std::string & | pathToDataset | ||
) |
Eigen::SparseMatrix<int> hops::Hdf5Reader::read< Eigen::SparseMatrix< int > > | ( | const std::string & | file, |
const std::string & | pathToDataset | ||
) |