Searched refs:PlainPermutationType (Results 1 – 1 of 1) sorted by relevance
74 PlainPermutationType; typedef235 inline PlainPermutationType operator*(const PermutationBase<Other>& other) const236 { return PlainPermutationType(internal::PermPermProduct, derived(), other.derived()); }243 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other) const244 { return PlainPermutationType(internal::PermPermProduct, *this, other.eval()); }251 …inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other, const Permu…252 { return PlainPermutationType(internal::PermPermProduct, other.eval(), perm); }623 typedef typename PermutationType::PlainPermutationType PlainPermutationType;656 PlainPermutationType eval() const { return *this; }