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