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