Sign in
eigen
/
mirror
/
4f1a7e51c17586487c986a456e39af40b41bf4b4
/
.
/
doc
/
snippets
/
Cwise_quotient.cpp
blob: 7cb9f7f2a3758db331135ed8f31fd4786c1e98ea [
file
]
Array3d
v
(
2
,
3
,
4
),
w
(
4
,
2
,
3
);
cout
<<
v
/
w
<<
endl
;