HomeSort by relevance Sort by last modified time
    Searched defs:RowMajorBit (Results 1 - 2 of 2) sorted by null

  /external/eigen/Eigen/src/Core/products/
GeneralMatrixMatrix.h 469 typedef internal::gemm_blocking_space<(Dest::Flags&RowMajorBit) ? RowMajor : ColMajor,LhsScalar,RhsScalar,
476 LhsScalar, (ActualLhsTypeCleaned::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(LhsBlasTraits::NeedToConjugate),
477 RhsScalar, (ActualRhsTypeCleaned::Flags&RowMajorBit) ? RowMajor : ColMajor, bool(RhsBlasTraits::NeedToConjugate),
478 (Dest::Flags&RowMajorBit) ? RowMajor : ColMajor>,
483 (GemmFunctor(lhs, rhs, dst, actualAlpha, blocking), a_lhs.rows(), a_rhs.cols(), a_lhs.cols(), Dest::Flags&RowMajorBit);
  /external/eigen/Eigen/src/Core/util/
Constants.h 61 const unsigned int RowMajorBit = 0x1;
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 241 milliseconds