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