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