Files
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
..
2015-02-13 16:21:59 -08:00
2010-07-23 19:00:02 +02:00
2011-02-22 09:31:22 -05:00
2013-07-02 14:08:12 +01:00
2014-10-29 11:29:33 +01:00