Go to the source code of this file.
anonymous enum |
Definition at line 203 of file Constants.h.
anonymous enum |
DefaultTraversal | |
LinearTraversal | |
InnerVectorizedTraversal | |
LinearVectorizedTraversal | |
SliceVectorizedTraversal | |
InvalidTraversal |
Definition at line 230 of file Constants.h.
anonymous enum |
Definition at line 250 of file Constants.h.
anonymous enum |
Definition at line 306 of file Constants.h.
anonymous enum |
CoeffBasedProductMode | |
LazyCoeffBasedProductMode | |
OuterProduct | |
InnerProduct | |
GemvProduct | |
GemmProduct |
Definition at line 424 of file Constants.h.
enum Action |
Definition at line 428 of file Constants.h.
enum ComputationInfo |
enums Enum for reporting the status of a computation.
Success |
Computation was successful. |
NumericalIssue |
The provided data did not satisfy the prerequisites. |
NoConvergence |
Iterative procedure did not converge. |
Definition at line 380 of file Constants.h.
Definition at line 226 of file Constants.h.
const unsigned int ActualPacketAccessBit = 0x0 |
Definition at line 102 of file Constants.h.
const int Dynamic = -1 |
This value means that a quantity is not known at compile-time, and that instead the value is stored in some runtime variable.
Changing the value of Dynamic breaks the ABI, as Dynamic is often used as a template parameter for Matrix.
Definition at line 34 of file Constants.h.
const unsigned int HereditaryBits |
Definition at line 160 of file Constants.h.
const int Infinity = -1 |
This value means +Infinity; it is currently used only as the p parameter to MatrixBase::lpNorm<int>(). The value Infinity there means the L-infinity norm.
Definition at line 39 of file Constants.h.
const unsigned int NestByRefBit = 0x100 |
Definition at line 157 of file Constants.h.