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