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