Function mrpt::math::loadVector(std::istream&, std::vector<double>&)
Defined in File utils.h
Function Documentation
-
bool mrpt::math::loadVector(std::istream &f, std::vector<double> &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