Sign in
eigen
/
mirror
/
8e8c31908786990feb07b05e8021e71a4552ab3f
/
.
/
doc
/
snippets
/
Cwise_sqrt.cpp
blob: e0e5d360f95bcab20415ef2a35879d2282540626 [
file
] [
log
] [
blame
]
Array3d
v
(
1
,
2
,
4
);
cout
<<
v
.
sqrt
()
<<
endl
;