OpenGrok
Cross Reference: Cwise_pow.cpp
xref
: /
external
/
eigen
/
doc
/
snippets
/
Cwise_pow.cpp
Home
|
History
|
Annotate
|
Download
|
only in
snippets
1
Array3d
v(
8,27
,
64
);
2
cout
<< v.
pow
(
0.333333
) <<
endl
;
3