Sign in
third-party-mirror
/
eigen
/
e2dcd159fbe07c00b6c8e50616eedde1a6325eaa
/
.
/
doc
/
snippets
/
MatrixBase_cwiseQuotient.cpp
blob: c78110fc803e66656a6012a550c8defb515790fd [
file
] [
log
] [
blame
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwiseQuotient
(
w
)
<<
endl
;