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

/external/eigen/Eigen/src/Core/products/
H A DGeneralMatrixMatrix.h408 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,LhsScalar,RhsScalar,
415 LhsScalar, (_ActualLhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(LhsBlasTraits::NeedToConjugate),
416 RhsScalar, (_ActualRhsType::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
417 (Dest::Flags&RowMajorBit) ? RowMajor : ColMajor>,
422 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.h48 const unsigned int RowMajorBit = 0x1; member in namespace:Eigen
132 * outerStride(), innerStride(), and the RowMajorBit. This rules out expressions such as Diagonal, whose coefficients,
147 const unsigned int HereditaryBits = RowMajorBit
259 RowMajor = 0x1, // it is only a coincidence that this is equal to RowMajorBit -- don't rely on that

Completed in 90 milliseconds