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