blob: 60280ab58e4b8109b292efda240fafee072cbef0 [file] [log] [blame]
MatrixXd m {
{1, 2, 3},
{4, 5, 6}
};
cout << m << endl;