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