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