Sign in
eigen
/
mirror
/
291ee89684d835277255294dc22c61a965d4ab94
/
.
/
doc
/
snippets
/
Cwise_minus_equal.cpp
blob: 6919ca1defc253c835500e4c01ae747683868cc2 [
file
] [
log
] [
blame
]
Vector3d
v
(
1
,
2
,
3
);
v
.
cwise
()
-=
5
;
cout
<<
v
<<
endl
;