hops
Public Member Functions | Static Public Member Functions | List of all members
hops::CsvReader Class Reference

#include <CsvReader.hpp>

Collaboration diagram for hops::CsvReader:
Collaboration graph

Public Member Functions

 CsvReader ()=delete
 

Static Public Member Functions

template<typename VectorType >
static VectorType readVector (const std::string &file)
 
template<typename MatrixType >
static MatrixType readMatrix (const std::string &file, bool hasColumnAndRowNames=false)
 

Constructor & Destructor Documentation

◆ CsvReader()

hops::CsvReader::CsvReader ( )
delete

Member Function Documentation

◆ readMatrix()

template<typename MatrixType >
template Eigen::SparseMatrix< double > hops::CsvReader::readMatrix ( const std::string file,
bool  hasColumnAndRowNames = false 
)
static

◆ readVector()

template<typename VectorType >
template Eigen::VectorXd hops::CsvReader::readVector ( const std::string file)
static

The documentation for this class was generated from the following files: