57 double dist = norm_2(distV);
66 throw std::out_of_range(errorMessage);
75 throw std::out_of_range(errorMessage);
80 std::ostringstream stream_;
83 std::string valString = stream_.str();
85 std::string errorMessage(functionName);
87 errorMessage += valString;
94 std::ostringstream stream_;
97 stream_ <<
", value=";
99 std::string valString = stream_.str();
101 std::string errorMessage(functionName);
103 errorMessage += valString;
111 for (
unsigned int coord_count=0; coord_count<
_coordinates.size(); coord_count++) {
118 for (
unsigned int coord_count=0; coord_count<
_coordinates.size(); coord_count++) {