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

  /external/eigen/unsupported/Eigen/src/Skyline/
SkylineProduct.h 129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
130 ProcessFirstHalf = LhsIsSelfAdjoint
134 ProcessSecondHalf = LhsIsSelfAdjoint && (!ProcessFirstHalf)
192 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
193 ProcessFirstHalf = LhsIsSelfAdjoint
197 ProcessSecondHalf = LhsIsSelfAdjoint && (!ProcessFirstHalf)
  /external/eigen/Eigen/src/Core/products/
SelfadjointMatrixMatrix.h 401 LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint,
418 internal::traits<Lhs>::Flags &RowMajorBit) ? RowMajor : ColMajor, LhsIsSelfAdjoint,

Completed in 257 milliseconds