Searched refs:LhsIsSelfAdjoint (Results 1 - 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
H A DSkylineProduct.h129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit, enumerator in enum:Eigen::internal::__anon21095
130 ProcessFirstHalf = LhsIsSelfAdjoint
134 ProcessSecondHalf = LhsIsSelfAdjoint && (!ProcessFirstHalf)
192 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit, enumerator in enum:Eigen::internal::__anon21096
193 ProcessFirstHalf = LhsIsSelfAdjoint
197 ProcessSecondHalf = LhsIsSelfAdjoint && (!ProcessFirstHalf)
/external/eigen/Eigen/src/Core/products/
H A DSelfadjointMatrixMatrix.h401 LhsIsSelfAdjoint = (LhsMode&SelfAdjoint)==SelfAdjoint, enumerator in enum:Eigen::SelfadjointProductMatrix::__anon20774
418 internal::traits<Lhs>::Flags &RowMajorBit) ? RowMajor : ColMajor, LhsIsSelfAdjoint,

Completed in 93 milliseconds