Matrix_setConstant_int_int.cpp revision c981c48f5bc9aefeffc0bcb0cc3934c2fae179dd
1MatrixXf m;
2m.setConstant(3, 3, 5);
3cout << m << endl;
4