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