Home
last modified time | relevance | path

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

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