/home/runner/work/DiFfRG_current/DiFfRG_current/DiFfRG/include/DiFfRG/common/csv_reader.hh Source File#
|
DiFfRG
|
csv_reader.hh
Go to the documentation of this file.
This class reads a .csv file and allows to access the data.
Definition csv_reader.hh:16
double value(const size_t col, const size_t row) const
Get the stored value at a given row and column.
double value(const std::string &col, const size_t row) const
Get the stored value at a given row and column.
std::unique_ptr< rapidcsv::Document > document
Definition csv_reader.hh:61
CSVReader(std::string input_file, char separator=',', bool has_header=false)
Construct a new External Data Interpolator object.
Definition complex_math.hh:10
Generated by