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