Home
last modified time | relevance | path

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

/external/eigen/Eigen/src/Core/
DPermutationMatrix.h74 PlainPermutationType; typedef
235 inline PlainPermutationType operator*(const PermutationBase<Other>& other) const
236 { return PlainPermutationType(internal::PermPermProduct, derived(), other.derived()); }
243 inline PlainPermutationType operator*(const Transpose<PermutationBase<Other> >& other) const
244 { 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; }