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
2024-12-21 07:19:46 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
07ac4f7e02
eigen
/
unsupported
/
Eigen
/
CXX11
History
Rasmus Munk Larsen
07ac4f7e02
Eigen Tensor cost model part 2: Thread scheduling for standard evaluators and reductions. The cost model is turned off by default.
2016-04-14 18:28:23 -07:00
..
src
Eigen Tensor cost model part 2: Thread scheduling for standard evaluators and reductions. The cost model is turned off by default.
2016-04-14 18:28:23 -07:00
CMakeLists.txt
Core
Replace std::vector with our own implementation, as using the stl when compiling with nvcc and avx enabled leads to many issues.
2016-03-08 16:37:27 -08:00
Tensor
Eigen cost model part 1. This implements a basic recursive framework to estimate the cost of evaluating tensor expressions.
2016-04-14 13:57:35 -07:00
TensorSymmetry