Go to the source code of this file.
anonymous enum |
Definition at line 199 of file Constants.h.
anonymous enum |
Definition at line 200 of file Constants.h.
anonymous enum |
Definition at line 201 of file Constants.h.
anonymous enum |
Definition at line 206 of file Constants.h.
anonymous enum |
Definition at line 219 of file Constants.h.
anonymous enum |
Definition at line 225 of file Constants.h.
anonymous enum |
Definition at line 235 of file Constants.h.
enum CornerType |
Definition at line 202 of file Constants.h.
enum DirectionType |
Definition at line 203 of file Constants.h.
NormalProduct | |
CacheFriendlyProduct | |
DiagonalProduct | |
SparseTimeSparseProduct | |
SparseTimeDenseProduct | |
DenseTimeSparseProduct |
Definition at line 204 of file Constants.h.
const unsigned int ActualPacketAccessBit = 0x0 |
Definition at line 110 of file Constants.h.
const unsigned int Diagonal = UpperTriangular | LowerTriangular |
Definition at line 197 of file Constants.h.
const int Dynamic = 10000 |
This value means that a quantity is not known at compile-time, and that instead the value is stored in some runtime variable.
Explanation for the choice of this value:
If you wish to port Eigen to a platform where sizeof(int)==2, it is perfectly possible to set Dynamic to, say, 100.
Definition at line 43 of file Constants.h.
const int EiArch = EiArch_Generic |
Definition at line 251 of file Constants.h.
const int EiArch_AltiVec = 0x2 |
Definition at line 244 of file Constants.h.
const int EiArch_Generic = 0x0 |
Definition at line 242 of file Constants.h.
const int EiArch_SSE = 0x1 |
Definition at line 243 of file Constants.h.
const unsigned int HereditaryBits |
Definition at line 182 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 48 of file Constants.h.
const unsigned int LowerTriangular = LowerTriangularBit |
Definition at line 190 of file Constants.h.
const unsigned int SelfAdjoint = SelfAdjointBit |
Definition at line 192 of file Constants.h.
const unsigned int StrictlyLowerTriangular = LowerTriangularBit | ZeroDiagBit |
Definition at line 191 of file Constants.h.
const unsigned int StrictlyUpperTriangular = UpperTriangularBit | ZeroDiagBit |
Definition at line 189 of file Constants.h.
const unsigned int UnitLowerTriangular = LowerTriangularBit | UnitDiagBit |
Definition at line 196 of file Constants.h.
const unsigned int UnitUpperTriangular = UpperTriangularBit | UnitDiagBit |
Definition at line 195 of file Constants.h.
const unsigned int UpperTriangular = UpperTriangularBit |
Definition at line 188 of file Constants.h.