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/Core/
DCoreIterators.h32 enum { IsRowMajor = (Derived::Flags&RowMajorBit)==RowMajorBit }; enumerator
DDenseBase.h167IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */ enumerator
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h22 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
99 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
285 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
425 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
DSparseMatrixBase.h91 IsRowMajor = Flags&RowMajorBit ? 1 : 0, enumerator
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h75 IsRowMajor = Flags & RowMajorBit ? 1 : 0 enumerator
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h50 IsRowMajor = StorageOrder==RowMajor ? 1 : 0, in run() enumerator