This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sp
/
tempest
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
4589
Commits
1
Branch
0
Tags
187 MiB
Tree:
5d5b3c7266
tempest
/
resources
/
3rdparty
/
eigen-3.3-beta1
/
doc
/
snippets
/
Cwise_cube.cpp
2 lines
44 B
Raw
Normal View
History
upgrade to eigen 3.3 and made modifications for different value types via template specializations Former-commit-id: 8ea9d1e0c459a969b27d068ae999aced503fd12f
9 years ago
Array3d
v
(
2
,
3
,
4
)
;
cout
<
<
v
.
cube
(
)
<
<
endl
;