Merged in f5soh/librepilot/update_credits (pull request #529)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / Matrix_setConstant_int_int.cpp
blob32b950cfd1e70701a8eea238d5042855b8b88d08
1 MatrixXf m;
2 m.setConstant(3, 3, 5);
3 cout << m << endl;