25 using row_t = std::vector<std::vector<double>>;
27 bool fromFile(
const std::string & fileName);
28 std::size_t getNumRows()
const;
29 std::size_t getCurrentRowIndex()
const;
30 bool hasNextRow()
const;
31 const row_t::value_type & getNextRow();
36 row_t::const_iterator iter;