Sign in
eigen
/
mirror
/
e44db2109272a399607004b8b0fe11b8d83bf0d1
/
.
/
doc
/
snippets
/
Matrix_setConstant_int_int.cpp
blob: 32b950cfd1e70701a8eea238d5042855b8b88d08 [
file
]
MatrixXf
m
;
m
.
setConstant
(
3
,
3
,
5
);
cout
<<
m
<<
endl
;