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