Go to the documentation of this file. 1 #ifndef HOPS_CSVREADER_HPP
2 #define HOPS_CSVREADER_HPP
13 template<
typename VectorType>
16 template<
typename MatrixType>
21 #endif //HOPS_CSVREADER_HPP
static MatrixType readMatrix(const std::string &file, bool hasColumnAndRowNames=false)
Definition: CsvReader.cpp:45
Eigen::MatrixXd MatrixType
Definition: MatrixType.hpp:7
static VectorType readVector(const std::string &file)
Definition: CsvReader.cpp:6
Definition: CsvReader.hpp:9
Definition: CsvReader.hpp:8
NAME string(REPLACE ".cpp" "_bin" example_name ${example_filename}) if($
Definition: hops/Third-party/HighFive/src/examples/CMakeLists.txt:6
Eigen::VectorXd VectorType
Definition: VectorType.hpp:7