mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-16 13:45:58 +08:00
Added IsRowMajor enum to DenseBase.
This commit is contained in:
parent
e2a059863e
commit
a901bed33a
@ -124,6 +124,8 @@ template<typename Derived> class DenseBase
|
|||||||
* constructed from this one. See the \ref flags "list of flags".
|
* 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,
|
CoeffReadCost = ei_traits<Derived>::CoeffReadCost,
|
||||||
/**< This is a rough measure of how expensive it is to read one coefficient from
|
/**< This is a rough measure of how expensive it is to read one coefficient from
|
||||||
* this expression.
|
* this expression.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user