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