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

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h407 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,LhsScalar,RhsScalar,
414 LhsScalar, (_ActualLhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(LhsBlasTraits::NeedToConjugate),
415 RhsScalar, (_ActualRhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
416 (Dest::Flags&RowMajorBit) ? RowMajor : ColMajor>,
421 internal::parallelize_gemm<(Dest::MaxRowsAtCompileTime>32 || Dest::MaxRowsAtCompileTime==Dynamic)>(GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), this->rows(), this->cols(), Dest::Flags&RowMajorBit); local
/external/eigen/Eigen/src/Core/util/
H A DConstants.h53 const unsigned int RowMajorBit = 0x1; member in namespace:Eigen
137 * outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose coefficients,
152 const unsigned int HereditaryBits = RowMajorBit
266 RowMajor = 0x1, // it is only a coincidence that this is equal to RowMajorBit -- don't rely on that

Completed in 77 milliseconds