11 #ifndef EIGEN_CONSTANTS_H
12 #define EIGEN_CONSTANTS_H
78 #ifdef EIGEN_VECTORIZE
144 const unsigned int NestByRefBit = 0x100;
196 enum CornerType { TopLeft, TopRight, BottomLeft, BottomRight };
222 InnerVectorizedTraversal,
225 LinearVectorizedTraversal,
228 SliceVectorizedTraversal,
287 enum NoChange_t { NoChange };
288 enum Sequential_t { Sequential };
289 enum Default_t { Default };
362 #error The preprocessor symbol 'Success' is defined, possibly by the X11 header file X.h
396 namespace Architecture
402 #if defined EIGEN_VECTORIZE_SSE
404 #elif defined EIGEN_VECTORIZE_ALTIVEC
414 enum { CoeffBasedProductMode, LazyCoeffBasedProductMode, OuterProduct, InnerProduct, GemvProduct, GemmProduct };
418 enum Action {GetAction, SetAction};
431 #endif // EIGEN_CONSTANTS_H