Sign in
android
/
platform
/
external
/
eigen
/
refs/heads/android15-tests-dev
/
.
/
doc
/
snippets
/
MatrixBase_cwiseQuotient.cpp
blob: 969121208dacd79b7ba7fec645fe9da5316892af [
file
] [
log
] [
blame
] [
edit
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwiseQuotient
(
w
)
<<
endl
;