Sign in
eigen
/
mirror
/
77833f932040b46e79b6fa6522594a6df27e8a76
/
.
/
doc
/
snippets
/
MatrixBase_cwiseQuotient.cpp
blob: c78110fc803e66656a6012a550c8defb515790fd [
file
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwiseQuotient
(
w
)
<<
endl
;