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