This website requires JavaScript.
Explore
Help
Sign In
mirror
/
eigen
Watch
2
Star
0
Fork
0
You've already forked eigen
mirror of
https://gitlab.com/libeigen/eigen.git
synced
2025-01-24 14:45:14 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
abec18bae0
eigen
/
unsupported
/
Eigen
/
CXX11
History
Benoit Steiner
abec18bae0
Fixed potential compilation error
2015-05-26 10:11:15 -07:00
..
src
Fixed potential compilation error
2015-05-26 10:11:15 -07:00
CMakeLists.txt
Added CMake support for Tensor module. CMake now installs CXX11 Tensor module like the rest of the unsupported modules
2015-02-26 16:50:09 -05:00
Core
Tensor
Moved away from std::async and std::future as the underlying mechnism for the thread pool device. On several platforms, the functions passed to std::async are not scheduled in the order in which they are given to std::async, which leads to massive performance issues in the contraction code.
2015-05-20 13:52:07 -07:00
TensorSymmetry