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