Function mrpt::math::loadVector(std::istream&, std::vector<int>&)

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