Home
last modified time | relevance | path

Searched refs:SelfAdjointBit (Results 1 – 2 of 2) sorted by relevance

/external/eigen/unsupported/Eigen/src/Skyline/
DSkylineProduct.h129 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
192 LhsIsSelfAdjoint = (_Lhs::Flags & SelfAdjointBit) == SelfAdjointBit,
/external/eigen/Eigen/src/Eigen2Support/
DTriangularSolver.h16 const unsigned int SelfAdjointBit = SelfAdjoint; variable