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;108 const MatrixTypeNestedCleaned& _expression() const { return m_matrix; }111 const MatrixTypeNestedCleaned& nestedExpression() const { return m_matrix; }113 MatrixTypeNestedCleaned& nestedExpression() { return m_matrix; }
173 typedef typename remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned;179 …Flags = (MatrixTypeNestedCleaned::Flags & (HereditaryBits | FlagsLvalueBit) & (~(PacketAccessBit |…204 typedef typename internal::traits<TriangularView>::MatrixTypeNestedCleaned NestedExpression;
48 typedef typename internal::remove_all<MatrixTypeNested>::type MatrixTypeNestedCleaned; typedef