Home
last modified time | relevance | path

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

/external/eigen/test/
Dsparse.h64 enum { IsRowMajor = SparseMatrix<Scalar,Opt2,StorageIndex>::IsRowMajor }; enumerator
119 enum { IsRowMajor = DynamicSparseMatrix<Scalar,Opt2,Index>::IsRowMajor }; enumerator
/external/eigen/Eigen/src/SparseCore/
DSparseBlock.h23 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
104 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
380 enum { IsRowMajor = internal::traits<BlockType>::IsRowMajor }; enumerator
DSparseMatrixBase.h95 IsRowMajor = Flags&RowMajorBit ? 1 : 0, enumerator
/external/eigen/Eigen/src/Core/
DCoreIterators.h79 enum { IsRowMajor = (XprType::Flags&RowMajorBit)==RowMajorBit }; enumerator
DDenseBase.h165IsRowMajor = int(Flags) & RowMajorBit, /**< True if this expression has row-major storage order. */ enumerator
/external/eigen/doc/examples/
Dmatrixfree_cg.cpp30 IsRowMajor = false enumerator
/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineMatrixBase.h75 IsRowMajor = Flags & RowMajorBit ? 1 : 0 enumerator
/external/eigen/Eigen/src/Core/products/
DSelfadjointMatrixVector.h51 IsRowMajor = StorageOrder==RowMajor ? 1 : 0, in run() enumerator
/external/ruy/ruy/
Dmat.h322 inline bool IsRowMajor(const MatLayout& layout) { in IsRowMajor() function
344 inline bool IsRowMajor(const PMatLayout& layout) { in IsRowMajor() function