Sign in
eigen
/
mirror
/
294682a25a54a230a16c8c35869b42ca5250ec2c
/
.
/
doc
/
snippets
/
Cwise_quotient.cpp
blob: 9ad2044915b82f36bded392dd8663713ecfa7f10 [
file
]
Vector3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
.
cwise
()/
w
<<
endl
;