Sign in
◑
Theme
eigen
/
mirror
/
6c43c49e4aaf833e97a3c759b79d952bfd0a4d9c
/
.
/
doc
/
snippets
/
Matrix_setConstant_int.cpp
blob: ff5a86c98e9d0d609b609935848491ca2b60f8ee [
file
]
VectorXf
v
;
v
.
setConstant
(
3
,
5
);
cout
<<
v
<<
endl
;