mirror of
https://gitlab.com/libeigen/eigen.git
synced 2024-12-21 07:19:46 +08:00
Remove unused enums in Constants.h .
This commit is contained in:
parent
a96c849c20
commit
cc23b0a3d9
@ -200,8 +200,6 @@ enum {
|
|||||||
Aligned=1
|
Aligned=1
|
||||||
};
|
};
|
||||||
|
|
||||||
enum { ConditionalJumpCost = 5 };
|
|
||||||
|
|
||||||
/** \ingroup enums
|
/** \ingroup enums
|
||||||
* Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
|
* Enum used by DenseBase::corner() in Eigen2 compatibility mode. */
|
||||||
// FIXME after the corner() API change, this was not needed anymore, except by AlignedBox
|
// FIXME after the corner() API change, this was not needed anymore, except by AlignedBox
|
||||||
@ -223,8 +221,6 @@ enum DirectionType {
|
|||||||
BothDirections
|
BothDirections
|
||||||
};
|
};
|
||||||
|
|
||||||
enum ProductEvaluationMode { NormalProduct, CacheFriendlyProduct };
|
|
||||||
|
|
||||||
/** \internal \ingroup enums
|
/** \internal \ingroup enums
|
||||||
* Enum to specify how to traverse the entries of a matrix. */
|
* Enum to specify how to traverse the entries of a matrix. */
|
||||||
enum {
|
enum {
|
||||||
|
Loading…
Reference in New Issue
Block a user