Sign in
third-party-mirror
/
eigen
/
eae6db0ca08e15a56faa194349561649dde541dd
/
.
/
doc
/
snippets
/
Cwise_slash_equal.cpp
blob: cb776b89647c4fddc15da845a302d195f2a1cad4 [
file
] [
log
] [
blame
]
Array3d
v
(
3
,
2
,
4
),
w
(
5
,
4
,
2
);
v
/=
w
;
cout
<<
v
<<
endl
;