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