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