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