Sign in
eigen
/
mirror
/
ce1dc1ab165929edd7608d83e448d81e4f968038
/
.
/
doc
/
snippets
/
Cwise_plus.cpp
blob: d62cf7b4ec673a233e66d13459456867689a21ab [
file
]
Vector3d
v
(
1
,
2
,
3
);
cout
<<
v
.
cwise
()+
5
<<
endl
;