Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
c11300dbd52accc3724300854ede5df4b09ab2a6
/
.
/
doc
/
snippets
/
Cwise_plus.cpp
blob: d62cf7b4ec673a233e66d13459456867689a21ab [
file
] [
log
] [
blame
]
Benoit Jacob
9466e5f
2008-08-19 04:30:28 +0000
[
diff
] [
blame
]
1
Vector3d
v
(
1
,
2
,
3
);
2
cout
<<
v
.
cwise
()+
5
<<
endl
;