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