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