test.cpp:22:43: error: no matching function for call to ‘find(std::vector<std::vector<double> >::iterator, std::vector<std::vector<double> >::iterator, std::vector<double>&)’
I think I have to overload the operator, but I don't know exactly where and how to do it.