Searched defs:RowMajorBit (Results 1 - 2 of 2) sorted by relevance

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h470 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,LhsScalar,RhsScalar,
477 LhsScalar, (ActualLhsTypeCleaned::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(LhsBlasTraits::NeedToConjugate),
478 RhsScalar, (ActualRhsTypeCleaned::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
479 (Dest::Flags&RowMajorBit) ? RowMajor : ColMajor>,
484 (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit); local
/external/eigen/Eigen/src/Core/util/
H A DConstants.h61 const unsigned int RowMajorBit = 0x1; member in namespace:Eigen
145 * outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose coefficients,
172 * \sa \blank \ref RowMajorBit, \ref TopicStorageOrders */
190 const unsigned int HereditaryBits = RowMajorBit
322 RowMajor = 0x1, // it is only a coincidence that this is equal to RowMajorBit -- don't rely on that

Completed in 87 milliseconds