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