Defines

/home/hauberg/Dokumenter/Capture/humim-tracker-0.1/src/ntk/geometry/Eigen/src/Core/arch/Default/Settings.h File Reference

Go to the source code of this file.

Defines

#define EIGEN_UNROLLING_LIMIT   100
#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD   8
#define EIGEN_TUNE_TRIANGULAR_PANEL_WIDTH   8
#define EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS   8

Define Documentation

#define EIGEN_ARCH_DEFAULT_NUMBER_OF_REGISTERS   8

Defines the default number of registers available for that architecture. Currently it must be 8 or 16. Other values will fail.

#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD   8

Defines the threshold between a "small" and a "large" matrix. This threshold is mainly used to select the proper product implementation.

#define EIGEN_TUNE_TRIANGULAR_PANEL_WIDTH   8

Defines the maximal width of the blocks used in the triangular product and solver for vectors (level 2 blas xTRMV and xTRSV). The default is 8.

#define EIGEN_UNROLLING_LIMIT   100

Defines the maximal loop size to enable meta unrolling of loops. Note that the value here is expressed in Eigen's own notion of "number of FLOPS", it does not correspond to the number of iterations or the number of instructions