Home
last modified time | relevance | path

Searched defs:IsRowMajor (Results 1 – 7 of 7) sorted by relevance

/external/eigen/test/
Dsparse.h64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
116 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
/external/eigen/Eigen/src/SparseCore/
DCoreIterators.h32 enum { IsRowMajor = (Derived::Flags&RowMajorBit)==RowMajorBit }; enumerator
DSparseMatrixBase.h91 IsRowMajor = Flags&RowMajorBit ? 1 : 0, enumerator
/external/eigen/unsupported/Eigen/src/SparseExtra/
DBlockOfDynamicSparseMatrix.h26 enum { IsRowMajor = internal::traits<SparseInnerVectorSet>::IsRowMajor }; enumerator
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h75 IsRowMajor = Flags & RowMajorBit ? 1 : 0 enumerator
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h42 IsRowMajor = StorageOrder==RowMajor ? 1 : 0, in run() enumerator
/external/eigen/Eigen/src/Core/
DDenseBase.h157IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */ enumerator