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