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