Searched defs:PlainPermutationType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DPermutationMatrix.h74 PlainPermutationType; typedef in class:Eigen::PermutationBase
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 PermutationBase& perm)
252 { return PlainPermutationType(internal::PermPermProduct, other.eval(), perm); }
620 typedef typename PermutationType::PlainPermutationType PlainPermutationType; typedef in class:Eigen::Transpose
653 PlainPermutationType eva
[all...]

Completed in 74 milliseconds