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