I\'m new to C++ and am trying to understand some code. To start, Matrix mex(6, vector(3, 0)); initializes a matrix with 6 rows and 3
Matrix mex(6, vector(3, 0));