49 double value(
const std::string &col,
const uint row)
const;
This class reads a .csv file and allows to access the data.
Definition csv_reader.hh:17
std::string input_file
Definition csv_reader.hh:61
double value(const uint col, const uint row) const
Get the stored value at a given row and column.
uint n_cols() const
Get the number of columns in the .csv file.
uint n_rows() const
Get the number of rows in the .csv file.
double value(const std::string &col, const uint row) const
Get the stored value at a given row and column.
std::unique_ptr< rapidcsv::Document > document
Definition csv_reader.hh:62
CSVReader(std::string input_file, char separator=',', bool has_header=false)
Construct a new External Data Interpolator object.
Definition complex_math.hh:14
unsigned int uint
Definition utils.hh:22