eigen/unsupported/Eigen/CXX11
2016-09-02 19:25:47 -07:00
..
src Use MaxSizeVector instead of std::vector: xcode sometimes assumes that std::vector allocates aligned memory and therefore issues aligned instruction to initialize it. This can result in random crashes when compiling with AVX instructions enabled. 2016-09-02 19:25:47 -07:00
CMakeLists.txt bug #1167: simplify installation of header files using cmake's install(DIRECTORY ...) command. 2016-08-29 10:59:37 +02:00
Tensor bug #1232: refactor special functions as a new SpecialFunctions module, currently in unsupported/. 2016-07-08 11:13:55 +02:00
TensorSymmetry Refactor the unsupported CXX11/Core module to internal headers only. 2016-04-26 11:20:25 +02:00
ThreadPool Fix missing inclusion of Eigen/Core 2016-04-27 23:05:40 +02:00