Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
9466e5f94edbff1219cd48639fd0ef80e11b85a9
/
.
/
doc
/
snippets
/
Cwise_quotient.cpp
blob: 9ad2044915b82f36bded392dd8663713ecfa7f10 [
file
] [
log
] [
blame
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwise
()/
w
<<
endl
;