Matrix m { {1, 2, 3}, {4, 5, 6} }; VectorXi v {{1, 2}}; cout << m << "\n\n" << v << endl;