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