Gitiles
Code Review
Sign In
gerrit.openfyde.cn
/
chromium.googlesource.com
/
external
/
gitlab.com
/
libeigen
/
eigen
/
8ce341caf2947e4b5ac4580c20254ae7d828b009
/
.
/
doc
/
snippets
/
MatrixBase_cwiseQuotient.cpp
blob: 969121208dacd79b7ba7fec645fe9da5316892af [
file
] [
log
] [
blame
]
Jitse Niesen
2b5a006
2010-07-23 20:32:33 +0100
[
diff
] [
blame
]
1
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
2
cout
<<
v
.
cwiseQuotient
(
w
)
<<
endl
;