template <typename T> class Matrix : public vector<vector<T>> { public: using vector<vector<T>>::vector; };