Function mrpt::math::loadVector(std::istream&, std::vector<int>&)
Defined in File utils.h
Function Documentation
-
bool mrpt::math::loadVector(std::istream &f, std::vector<int> &d)
Loads one row of a text file as a numerical std::vector.
- Returns:
false on EOF or invalid format. The body of the function is implemented in MATH.cpp