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