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