Skip to content
Matrix_setConstant_int_int.cpp 55 B
Newer Older
Luker's avatar
Luker committed
MatrixXf m;
m.setConstant(3, 3, 5);
cout << m << endl;