aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--Eigen/src/Core/DenseBase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Eigen/src/Core/DenseBase.h b/Eigen/src/Core/DenseBase.h
index 2850c60cb..eb018738f 100644
--- a/Eigen/src/Core/DenseBase.h
+++ b/Eigen/src/Core/DenseBase.h
@@ -124,6 +124,8 @@ template<typename Derived> class DenseBase
* constructed from this one. See the \ref flags "list of flags".
*/
+ IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression is row major. */
+
CoeffReadCost = ei_traits<Derived>::CoeffReadCost,
/**< This is a rough measure of how expensive it is to read one coefficient from
* this expression.