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