eigen/Eigen
Benoit Jacob 4a3e6c8be1 bug #958 - Allow testing specific blocking sizes
This is only a debugging/testing patch. It allows testing specific
product blocking sizes, typically to study the impact on performance.

Example usage:

int testk, testm, testn;
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZES
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_K testk
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_M testm
#define EIGEN_TEST_SPECIFIC_BLOCKING_SIZE_N testn
#include <Eigen/Core>
2015-02-18 09:43:55 -05:00
..
src bug #958 - Allow testing specific blocking sizes 2015-02-18 09:43:55 -05:00
Cholesky Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
CholmodSupport Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
CMakeLists.txt
Core Pulled latest updates from trunk 2015-02-13 16:21:59 -08:00
Dense
Eigen
Eigenvalues
Geometry
Householder
IterativeLinearSolvers Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
Jacobi
LU Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
MetisSupport
OrderingMethods
PardisoSupport
PaStiXSupport Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
QR Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
QtAlignedMalloc
Sparse
SparseCholesky Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SparseCore Add a Ref<SparseMatrix> specialization. 2015-02-07 22:04:18 +01:00
SparseLU Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SparseQR Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SPQRSupport Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
StdDeque Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. 2014-11-04 21:58:52 +01:00
StdList Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. 2014-11-04 21:58:52 +01:00
StdVector Introduce unified macros to identify compiler, OS, and architecture. They are all defined in util/Macros.h and prefixed with EIGEN_COMP_, EIGEN_OS_, and EIGEN_ARCH_ respectively. 2014-11-04 21:58:52 +01:00
SuperLUSupport Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00
SVD Move D&C SVD to official SVD module. 2014-10-29 11:29:33 +01:00
UmfPackSupport Remove deprecated code not used by evaluators 2014-09-18 15:15:27 +02:00