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