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