Searched refs:MatrixTypeNestedCleaned (Results 1 – 3 of 3) sorted by relevance
36 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;42 Flags = MatrixTypeNestedCleaned::Flags & (HereditaryBits|FlagsLvalueBit)57 …typedef typename internal::traits<SelfAdjointView>::MatrixTypeNestedCleaned MatrixTypeNestedCleane…58 typedef MatrixTypeNestedCleaned NestedExpression;111 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; }114 const MatrixTypeNestedCleaned& nestedExpression() const { return m_matrix; }116 MatrixTypeNestedCleaned& nestedExpression() { return m_matrix; }
174 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;180 …Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits | FlagsLvalueBit) & (~(PacketAccessBit |…206 typedef typename internal::traits<TriangularView>::MatrixTypeNestedCleaned NestedExpression;
48 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef