hops
Functions
Hdf5Reader.cpp File Reference
#include "hops/FileReader/Hdf5Reader.hpp"
#include <highfive/H5Easy.hpp>
#include <Eigen/Core>
#include <Eigen/Sparse>
Include dependency graph for Hdf5Reader.cpp:

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)
 

Function Documentation

◆ hops::Hdf5Reader::read< Eigen::SparseMatrix< double > >()

template<>
Eigen::SparseMatrix<double> hops::Hdf5Reader::read< Eigen::SparseMatrix< double > > ( const std::string file,
const std::string pathToDataset 
)

◆ hops::Hdf5Reader::read< Eigen::SparseMatrix< float > >()

template<>
Eigen::SparseMatrix<float> hops::Hdf5Reader::read< Eigen::SparseMatrix< float > > ( const std::string file,
const std::string pathToDataset 
)

◆ hops::Hdf5Reader::read< Eigen::SparseMatrix< int > >()

template<>
Eigen::SparseMatrix<int> hops::Hdf5Reader::read< Eigen::SparseMatrix< int > > ( const std::string file,
const std::string pathToDataset 
)