Sign in
eigen
/
mirror
/
d2b0a4a59b42c085511b089cc11e11be763334da
/
.
/
doc
/
snippets
/
Matrix_setOnes_int.cpp
blob: 752cb35b26a647192d70ca444a830fe26479442a [
file
]
VectorXf
v
;
v
.
setOnes
(
3
);
cout
<<
v
<<
endl
;