blob: 1ffb66bbdda0ffc30b8d0ad81e39d1dd15c36da2 [file] [log] [blame]
MatrixXf m;
m.setOnes(3, 3);
cout << m << endl;