This website requires JavaScript.
Explore
Help
Sign In
manolas
/
threed-beam-fea
Watch
1
Star
0
Fork
You've already forked threed-beam-fea
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
b5bc25df50
threed-beam-fea
/
ext
/
eigen-3.3.4
/
doc
/
snippets
/
Cwise_scalar_power_array.cpp
3 lines
85 B
C++
Raw
Blame
History
Array
<
double
,
1
,
3
>
e
(
2
,
-
3
,
1.
/
3.
)
;
cout
<
<
"
10^[
"
<
<
e
<
<
"
] =
"
<
<
pow
(
10
,
e
)
<
<
endl
;
Reference in New Issue
View Git Blame
Copy Permalink