Sign in
eigen
/
mirror
/
d0b7b9d0d321905776326ce99c5c3ff3d48f4ce7
/
.
/
doc
/
snippets
/
MatrixBase_cwiseQuotient.cpp
blob: 969121208dacd79b7ba7fec645fe9da5316892af [
file
] [
log
] [
blame
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwiseQuotient
(
w
)
<<
endl
;