Sign in
third-party-mirror
/
eigen
/
04a6c55da3977f8f9e096f6306f4e0d68aeb284a
/
.
/
doc
/
snippets
/
Cwise_abs2.cpp
blob: 71e5cb2dffe0723b7a73d0f33a3d3dfc373bbcba [
file
]
Array3d
v
(
1
,
-
2
,
-
3
);
cout
<<
v
.
abs2
()
<<
endl
;