Skip to content
GitLab
Explore
Sign in
libRaptorQ
external
eigen3
doc
snippets
Cwise_scalar_power_array.cpp
Find file
Normal view
History
Permalink
Cwise_scalar_power_array.cpp
85 B
Newer
Older
Update to Eigen 3.3.4
Luker
committed
Mar 29, 2018
1
2
Array
<
double
,
1
,
3
>
e
(
2
,
-
3
,
1.
/
3.
);
cout
<<
"10^["
<<
e
<<
"] = "
<<
pow
(
10
,
e
)
<<
endl
;