Searched defs:IsRowMajor (Results 1 – 7 of 7) sorted by relevance
64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
32 enum { IsRowMajor = (Derived::Flags&RowMajorBit)==RowMajorBit }; enumerator
91 IsRowMajor = Flags&RowMajorBit ? 1 : 0, enumerator
26 enum { IsRowMajor = internal::traits<SparseInnerVectorSet>::IsRowMajor }; enumerator
75 IsRowMajor = Flags & RowMajorBit ? 1 : 0 enumerator
42 IsRowMajor = StorageOrder==RowMajor ? 1 : 0, in run() enumerator
157 …IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */ enumerator