Sign in
eigen
/
mirror
/
2620cb930b7ad87ed1d77a26319739f4b1c86d33
/
.
/
doc
/
snippets
/
Cwise_abs.cpp
blob: 744851a039e8b1c7d4d259bf76b48590edcf34d9 [
file
]
Array3d
v
(
1
,
-
2
,
-
3
);
cout
<<
v
.
abs
()
<<
endl
;