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