Go to file
Benoit Steiner c2a102345f Improved the performance of full reductions.
AFTER:
BM_fullReduction/10        4541       4543     154017  21.0M items/s
BM_fullReduction/64        5191       5193     100000  752.5M items/s
BM_fullReduction/512       9588       9588      71361  25.5G items/s
BM_fullReduction/4k      244314     244281       2863  64.0G items/s
BM_fullReduction/5k      359382     359363       1946  64.8G items/s

BEFORE:
BM_fullReduction/10        9085       9087      74395  10.5M items/s
BM_fullReduction/64        9478       9478      72014  412.1M items/s
BM_fullReduction/512      14643      14646      46902  16.7G items/s
BM_fullReduction/4k      260338     260384       2678  60.0G items/s
BM_fullReduction/5k      385076     385178       1818  60.5G items/s
2016-06-03 17:27:08 -07:00
bench Updated the README file for the tensor benchmarks 2016-05-25 16:13:41 -07:00
blas Enable and fix -Wdouble-conversion warnings 2016-05-05 13:35:45 +02:00
cmake Identify clang++ even if it is not named llvm-clang++ 2016-05-22 15:21:14 +02:00
debug
demos
doc Doc: start of a table summarizing coefficient-wise math functions. 2016-06-01 17:09:48 +02:00
Eigen bug #725: make move ctor/assignment noexcept. 2016-06-03 14:28:25 +02:00
failtest
lapack Workaround "misleading-indentation" warnings 2016-05-11 08:41:36 +02:00
scripts Fix help output of buildtests and check scripts 2016-05-11 19:39:09 +02:00
test Fix unit test. 2016-06-03 08:12:14 +02:00
unsupported Improved the performance of full reductions. 2016-06-03 17:27:08 -07:00
.hgeol
.hgignore
CMakeLists.txt bug #1207: Add and fix logical-op warnings 2016-05-11 19:36:34 +02:00
COPYING.BSD
COPYING.GPL
COPYING.LGPL
COPYING.MINPACK
COPYING.MPL2
COPYING.README
CTestConfig.cmake
CTestCustom.cmake.in
eigen3.pc.in
INSTALL
README.md
signature_of_eigen3_matrix_library

Eigen is a C++ template library for linear algebra: matrices, vectors, numerical solvers, and related algorithms.

For more information go to http://eigen.tuxfamily.org/.