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