blob: 32b950cfd1e70701a8eea238d5042855b8b88d08 [file] [log] [blame]
Brian Silverman72890c22015-09-19 14:37:37 -04001MatrixXf m;
2m.setConstant(3, 3, 5);
3cout << m << endl;